@charset "utf-8";
/* CSS Document */

/* Reset */
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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: center;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
/* styles XD */

/* basic elements*/
	body {
	background-color:#3399fe;
}

	A:link {
	text-decoration: none;
	color:#FFF;
}
	A:visited {
	text-decoration: none;
	color:#FFF;
}

	A:hover {
	text-decoration: underline;
	color:#FFF;
}

/* ids*/

	#container {
	/*width: 100%;
	height: 1116px;*/
	background:url(Images/BG_new.jpg);
	background-position:top;
	background-repeat:repeat-x;
	margin:0 auto;
}

	#header_Ad_area {
	background:url(Images/AdBG.png);
	width:755px;
	height:103px;
	margin:0 auto;
	position:relative;
	top:10px;
}
	

	#header_Ad {
	background:url(Images/AdHeader.jpg);
	background-repeat:no-repeat;
	width:729px;
	height:90px;
	margin-left:9px;
	position:relative;
	top:7px;
}

	#chrome {
	background:url(Images/NavBar.png);
	width:994px;
	height:29px;
	margin:0 auto;
	position:relative;
	top:30px;
}

	#hero_area {
	width:871px;
	height:265px;
	margin:0 auto;
	outline: 0;
	position:relative;
	top:50px;
}

	#hero_area2 {
	width:875px;
	height:335px;
	margin:0 auto;
	outline: 0;
	position:relative;
	top:70px;
}

	#hero_selector {
	background:url(Images/BGMenu.png) no-repeat;
	width:530px;
	height:335px;
	float:left;
}

	#square_Ad_area {
	background:url(Images/BGSquareAd.png);
	width:313px;
	height:277px;
	float:right;
}
	
	#Square_Ad {
	background:url(Images/SquareAd.jpg);
	width:300px;
	height:251px;
	margin:0 auto;
	margin-top:7px;
}

	#footer_Ads_area {
	width:920px;
	height:160px;
	margin:0 auto;
	/*position:relative;
	top:90px;*/
}

	#footer_image {
	background:url(Images/FooterDisneyLogo.png);
	width:991px;
	height:60px;
	margin:0 auto;
	position:relative;
	top:100px;
}
	
	.footer_Ad {
	width:190px;
	height:160px;
	float:left;
	margin-left:20px;
	margin-right:20px;
}

	#footer {
	width:462px;
	height:52px;
	margin:0 auto;
	position:relative;
	top:110px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
	
	#footer_Ad01 {
	background:url(Images/FooterAd01.png);

}

	#footer_Ad02 {
	background:url(Images/FooterAd02.png);
}

	#footer_Ad03 {
	background:url(Images/FooterAd03.png);
}

	#footer_Ad04 {
	background:url(Images/FooterAd04.png);
}

	.float_right {
	float:right;
}

	.top_space {
		margin-top:5px;
}