


/*---- basics Start ----*/



html, body {
	margin:0px;
 	padding:0px; 
 	background:url(../img/bg.gif) 50%;
	height:auto;
	height:100%;
	}
	

#wrapper {
	height:100%;
	min-height:100%;
	margin:0 auto 0 auto;
	width:800px;
	}

#splashSWF{
	margin:0 auto;
	width:800px;
	background:#000;
	border-bottom:1px solid #ED2985;
	border-right:1px solid #ED2985;
	}


#bottomContents{
	margin:10px auto;
	font-size:12px;
	text-align:center;
	color:#ED2985;
	}

#footer {
	margin:0 auto;
	width:800px;
	color:#ED2985;
	font-size:10px;
	text-align:center;
	}


#footerMenu {
	width:800px;
	margin:0 auto;
	font-size:10px;
	text-align:center;
	line-height:140%;
	float:left;
	}

#footerMenu ul {
	list-style: none;
	margin:0 0 5px 0;
	padding: 0;
	padding-top:14px;
	}
	
#footerMenu li {
	display:inline;
	margin:5px;
	}
	
#footerMenu a:link, #footer a:visited {
	color:#ED2985;
	text-decoration: none;
	}
	
#footerMenu a:hover {
	color:#666;
	text-decoration:underline;
	}



/*----link----*/

a:link,a:visited{
	color:#000;
	text-decoration:none;
}

a:hover,a:active{
	color:#ED2985;
	text-decoration:underline;
	}

/*---- Colors Start ----*/

	

	
/*---- Colors End ----*/


.clearLine {
	clear:both;
	}
.clearLine2 {
	clear:right;
	}