@charset "utf-8";
html {font-size:62.5%}

/* Reseting CSS START */
body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, small, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100.01%;
	line-height: normal;
}


body {
	font-family: Arial, Verdana, sans-serif, "Lucida Grande", "Lucida Sans Unicode";
	background-color:#000;
	color: #000;
	margin: 0;
	padding: 0;
}

.fixwidth {width:995px; margin:auto;}

#header {
	width: 100%;
	background:#FFF;
	height:81px;
	background:url(images/top_bg.jpg) repeat-x;
}

#header a.logo img {
	margin: 8px;
	width: 241px;
	height: 65px;
	padding: 0;
}

#logo {
	float: left;
	padding:0px 0px 0px 20px; 
}

#content {
	width: 100%;
	margin: 0px auto;
}

/*#center-bg {
background:url(images/bg_01.jpg) #000002 no-repeat center top;
height:497px;
}*/


.flash {
	width:580px;
	height:460px;
	float:left;
	border: solid 0px #F00;
}

.mobile {
	width:325px;
	height:474px;
	float:left;
	border: solid 0px #FF0;
	margin:20px 0 0 80px;
	}
	
.mobile-bg {
	width:325px;
	height:474px;
	background:url(images/mobile_bg.png) no-repeat center bottom;
	}

#footer {
	width: 100%;
	height:57px;
	background:url(images/footer_bg.jpg) #000002  no-repeat center;
}


/* Footer Type */
#footer, #footer p {
	color: #fff;
	font-size: 12px;
}

#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer p.left {
	float: left;
	text-align: left;
}
#footer p.right {
	float: right;
	text-align: right;
	width: 350px;
}

