*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: none; 	
	outline: none;
	vertical-align: top;  
	background: transparent; 
}
body {
	background-color: #fff;
	font-family: Arial;
	color: #999;
	font-size: 14px;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ff8400;
}
#wrap {
	width: 382px;
	margin-left: -190px;
	height: 480px;
	margin-top: -240px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#wrap #scroll {
	height: 80px;
	width: 382px;
}
#wrap #logo {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	height: 238px;
	width: 382px;
}
#wrap #info {
	text-align: center;
	height: 122px;
	width: 382px;
	padding-top: 40px;
}
#wrap #info img {
	margin-right: 5px;
	margin-left: 5px;
}
