/* CSS Document */
body{
	padding:0px;
	margin:0px auto;
	display:block;
	background-color:#5773ee;
	font-family:sans-serif;
	font-size:80%;
	color:#ffffff;
}

/*A*/
a{
	color:#ffffff;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}


/*WRAPPER*/
div#wrapper{
	background-image: url(/corda3/images/bk02.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align:center;
}

/*CONTAINER*/
div#container{
	width:660px;
	margin-left:auto;
	margin-right:auto;
text-align:left;
}

*html div#container{
	width:660px;
	margin-left:270px;
	margin-right:0px;
text-align:left;
}



div#header{
	position:relative;
	left:-120px;
}

*first-child+html div#header{
	position:relative;
	left:-120px;	
}

*html div#header{
	position:relative;
	left:-135px;	
}



.exp{
	font-size:12px;
	line-height:15px;
	color:#fff;
	text-align:left;
	margin-left:10px;
	margin-top:5px;
}

.exp span.date{
font-size:14px;
color:#FC0;
}


/*MAIN’¼‰º*/
div#main{
	width:660px;
}
	

div#main .t{
	padding-top:15px;
	padding-bottom:15px;
}


/*DL*/
div#main div#dl{
margin-left:20px;
}

/*WAY*/
div#main div#way{
float:left;
width:320px;
}

div#dl div#way .exp{
	font-size:12px;
	line-height:15px;
	color:#fff;
	text-align:left;
}

/*CLEAR BOTH*/
div#clear{
	clear:both;
	padding-bottom:20px;
}



/*PLAY*/
div#play{
	width:660px;
	margin-top:30px;
}


/*
*html div#play{
	position:relative;
	display:block;
	left:120px;
}
*/

div#play .t{
	padding-bottom:20px;
}


div#play div#left{
	float:left;
	width:300px;
}

div#play div#right{
	float:right;
	width:360px;
}

div#play div#right img{
	padding:10px 0 10px 10px;
}

div#play div#right .exp{
font-size:12px;
line-height:17px;
color:#FFF;
text-align:left;
padding:0 20px 0;
}



div#footer{
	position:relative;
	left:-120px;
}

*html div#footer{
	position:relative;
	left:-135px;
}