/****** RESET CSS ******/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-family: Arial, sans;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

/****** PREHOME *******/

body {
	background: url(../images/prehome/bg_body.jpg) 0 0 repeat-x;
}
.hideText {
	display: block;
	overflow: hidden;
	text-indent: -7777px;
	font-size: 1px;
	color:#FEF;
}
#wrapper {
	width: 1001px;
	height: 586px;
	margin: 0 auto;
	position: relative;
	background: url(../images/prehome/bg_global.jpg) 0 0 no-repeat;
}
#wrapper h1 {
	visibility: hidden;
}
#wrapper ul {
	height: 489px;
}
#wrapper ul li a {
	width: 200px;
	height: 150px;
	position: absolute;
	top: 117px;
	outline-color: #FD4A12;
}
#wrapper ul li a.dupli {
	left: 246px;
}
#wrapper ul li a.usb {
	left: 555px;
}
#wrapper .footer {
	text-align: center;
	color: #BBB;
	font-size: 0.7em;
}
