html {

	background-color: #FFCC00;

}



body {

	margin: 0;

	padding:0;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	line-height: 1.5em;

	color: #FFCC00;

	width: 100%;

	display: table;

	background-repeat: repeat-y;

	background-position: center center;

	background-color: #FFCC00;



}



#container {

	width: 940px;

	min-height: 940px;

	margin: auto;

	background-color:#FFCC00;

}



#header_section {

	width: 940px;

	height: 372px;

	background-image: url(images/duelheader.png);



}



#content_section {

	width: 940px;

	min-height: 550px;

	background-color: #FFCC00;

}



.content_1{

	float:left;

	width:425px;

	height:260px;

	margin : 10px 0px 0px 30px;



}



.content_1 .contents {

	margin: 20px 10px 10px 10px;

	color: #000000;

}



.content_2{

	float:right;

	width:439px;

	height:270px;

	margin : 10px 30px 0px 0px;



}



.content_2 .contents {

	margin: 20px 15px 20px 10px;

}



.copyright {

	float: right;

	color: #C60;

	padding: 6px;



}



.copyright a{

	color: #000000;

}

