html{
	height:100%;
}
body {
	text-align:center;
	height:100%;
	margin:0px;
	padding:0px;
	background-color: #333333;
	color: #FFFFFF;
	font-size:12px;
}
a{
	color:#CC3333;
	text-decoration:underline;
}
a:link {
	color:#CC3333;
	font-style:normal;
	text-decoration:underline;
}
a:visited {
	color:#CC3333;
	text-decoration:underline;
}
a:hover {
	color:#FF0000;
	font-style:normal;
	text-decoration:underline;
}
a:active {
	text-decoration:none;
}


#wrapper{
	text-align:left;
	background-color: #000000;
	width:880px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	width:880px;
	height:309px;
	background-image: url("../img/top.jpg");
	background-repeat: no-repeat;
}
#main{
	padding: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
#info{
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	/*border: medium solid #000000;*/
}
#info_title{
	padding:5px;
	color: #FFFFFF;
	background-color: #CCCC33;
	font-size:14px;
	font-weight: bold;
}
#info_body{
	padding-left:5px;
	padding-right:5px;
}
#image a{
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	background:url("../img/play0.gif") no-repeat;
	text-decoration:none;
	text-align:center;
}
#image a:hover{
	background:url("../img/play1.gif") no-repeat;
}
#footer{
	text-align:center;
	background-color: #000000;
	width:880px;
}


.table{
	width:100%;
	border-collapse:collapse;
}
.td1{
	border:1px solid #000000;
}
.td2{
	background-color:#F0F0F0;
	border:1px solid #000000;
}

