@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	border:0;
	margin:0;
	}
	
body {
	background-color:#000000;
	font-size:11px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	}

.clear  { 
	clear: both; 
	}

.right {float:right;}
.left {float:left}

/************************************************
				MAIN DIVs
************************************************/

#wrapper {
	width:911px;
	margin:0 auto 0 auto;
	/*border:1px solid #FF0000; /* red */
	}

#header {
	width:911px;
	height:270px;
	margin:0 auto;
	/*border:1px solid #FFCC66; /* light orange */
	background:url(imgss/header.jpg) no-repeat top left;
	}

#left_col {
	float:left;
	width:158px;
	height:566px;
	/*border:1px solid #0000FF; /* blue */
	background:url(imgss/left_col.jpg) no-repeat top left;
	}

#right_col {
	float:right;
	width:166px;
	height:634px;
	/*border:1px solid #0000FF; /* blue */
	background:url(imgss/right_col.jpg) no-repeat top left;
	}
	
#mainContent {
	position:absolute;
	width:610px;
	height:635px;
	margin-left:148px;
	/*border:1px solid #00FF00; /* green */
	}

#accounts {
	float:left;
	width:812px;
	height:61px;
	margin: 18px 0 10px 55px;
	/*background:url(imgss/3rdparty.jpg) no-repeat;
	border:1px solid #CC9933; /* orange */
	}	
	
#footer {
	float:left;
	width:100%;
	height:20px;
	
	/*border:1px solid #FFFF00; /* yellow */
	}
	
	


/************************************************
					HEADER
************************************************/

#logo {
	width:911px; height:60px; margin:0 auto; display:block; 
	}
	

/************************************************
				  MAINCONTENT
************************************************/

#mainPic {
	width:608px;
	height:191px;
	/*border:1px solid #FFFFFF; /* white */	
	}

#content {
	width:599px;
	margin:0 auto;
	height:347px;
	background:url(imgss/bk_mainContent.jpg) no-repeat;
	/*border:1px solid #FF0000; /* red */
	}
	
	
#mp3player {
	height:86px;
	/*border:1px solid #66CCFF; /* ciano 
	background:url(imgss/bk_mp3.jpg) no-repeat;*/
	}
	

/******************************************************
						FOOTER
******************************************************/

#footer p {
	text-align:center;
	padding-top:18px;
	font-size:11px;
	color:#999999;
	}
	
#footer a {
	color: #996600;
	font-weight:bold;
	text-decoration:none;
	border:none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
