
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	scrollbar-face-color: #000000;
	scrollbar-track-color: #484848;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #484848;
	scrollbar-arrow-color: #FF0090;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #484848;
	background: url('layout/bg.jpg');
	margin: 0 auto;
	text-align: center;
}

#wrap {
	width: 545px;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
}

#top {
	background: url('layout/main.jpg') no-repeat top;
	height: 345px;
}

#topup {
	margin: 8px 0 0 0;
}

#content {
	background-color: #000000;
	float: left;
	text-align: justify;
	width: 542px;
	color: #666666;
	font-size: 7pt;
	font-family: trebuchet ms, century gothic;
	line-height: 13px;
	letter-spacing: 1px;	
	margin: -10px 0 0 0;
}

html>body #content {
	margin: -17px 0 0 0;
}

#conpadding {
	padding: 0 0 0 5px;
}

#content p {
	margin: 15px 0 10px 0;
}

.box {
	font-family: trebuchet ms; 
	font-size: 7pt; 
	color: #777777; 
	font weight: normal; 
	width: 100%; 
	background: url('layout/bgup.jpg'); 
	text-align: justify; 
	letter-spacing: 1px;
	border: 0;
}

.head {
	background: url('layout/bghead.jpg') no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18pt;
	font-family: impact, century gothic, trebuchet ms;
	letter-spacing: 1px;
	font-style: italic;
	color: #FFFFFF;
	padding: 3px 0 0 0;
	margin: 10px 0 0 0;
}

#iefix {
	margin: 0;
	font-size: 0;
}

b {
	color: #FFFFFF;
}

i {
	color: #333333;
}

a:link, a:active, a:visited {
	font-weight: normal;
	color: #FF0090;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
}

#footer {
	background: url('layout/bgbottom.jpg');
	height: 73px;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 10pt;
	font-family: impact, century gothic;
	text-transform: uppercase;
	text-align: center;
	clear: both;
}

#footertext {
	padding: 10px 0 0 0;
}