@charset "utf-8";
/* CSS Document */
body {
	background-image: url('img/bg.jpg');
	background-color: #4E4E4E;
	background-repeat: no-repeat;
	background-position: top center;
	behavior: url('/img/iepngfix.htc');
	font-family: verdana;
	color: #E6E6E6;
	font-size: 11px;
}

#container {
	width: 910px;
	margin: 0 auto;
}

#header {
	width: 910px;
	height: 273px;
}

#banner {
	background-image: url('img/banner_01.png');
	behavior: url('/img/iepngfix.htc');
	width: 910px;
	height: 238px;
}

#nav {
	width: 910px;
	height: 35px;
}

#indexbar {
	background-image: url('img/index_01.png');
	behavior: url('/img/iepngfix.htc');
	width: 910px;
	height: 68px;
}

#indextext {
	width: 500px;
	height: 14px;
	position: relative;
	left: 30px;
	top: 32px;
}


#contentbox {
	background-image: url('img/bg_02.png');
	background-repeat: repeat-y;	
	behavior: url('/img/iepngfix.htc');
	width: 910px;
}

#content {
	margin-left: 35px;
	width: 840px;
}

#content_center {
	margin-left: 35px;
	width: 840px;
	text-align: center;
}

#footer {
	background-image: url('img/footer.png');
	behavior: url('/img/iepngfix.htc');
	width: 910px;
	height: 64px;
}

img {
	behavior: url('/img/iepngfix.htc');
}

.indexbar {
	font-family: arial;
	color: #d0d0d0;
	font-size: 14px;
}

.text01 {
font-family: verdana;
color: #FFFFFF;
font-size: 15px;
font-weight: bold;
}

.text02 {
font-family: verdana;
color: #ffd800;
font-size: 13px;
font-weight: bold;
}

.text03 {
font-family: verdana;
color: #ff0000;
font-size: 13px;
font-weight: bold;
}

.text04 {
font-family: verdana;
color: #FFF;
font-size: 13px;
font-weight: none;
text-align: center;
}

.text05 {
font-family: verdana;
color: #878787;
font-size: 11px;
font-weight: bold;
}

.text06 {
font-family: verdana;
color: #bdbdbd;
font-size: 11px;
font-weight: bold;
background-color: #121212;
}

.text07 {
font-family: verdana;
color: #e5e5e5;
font-size: 13px;
font-weight: bold;
}

a:link { 
color: #FF8C1C; 
text-decoration: none; 
font-weight: bold;
}
a:visited { 
color: #FF5400; 
text-decoration: none; 
font-weight: bold;
}
a:hover { 
color: #FFA800; 
text-decoration: underline; 
font-weight: bold;
}
a:active { 
color: #FFA800; 
text-decoration: underline; 
}
/* THUMBNAIL_TABLE */
.thumbstable {
	text-align: center;
}

.thumbstable td {
	border: 1px #5d5d5d solid;
}

.thumbstable td:hover {
	border: 1px #dcdcdc solid;
}

/* HOVER_TABLE */
#box-table {
	font-size:11px;
	text-align:left;
}

#box-table th {
	font-size:12px;
	font-weight: bold;
	background:#454545;
	border-bottom:1px solid #cbcbcb;
	color:#ff8c1c;
	padding:8px 5px;
	width: 400px;
}

#box-table td {
	background:#646464;
	font-weight: normal;
	border-bottom:1px solid #cbcbcb;
	color:#FFF;
	padding:8px 5px;
	width: 400px;
}

#box-table tr:hover td{
	background:#e6e6e6;
	color:#000;
}

.payment_box {
	text-align: left;
}

/* HOVER_TABLE */
.thumbstable-2 {
	width: 840px;
}

.thumbstable-2 tr:hover {
	background-color: #323232;
}

.tutorial-01 {
	width: 100px;
	height: 100px;
}

.tutorial-02 {
	width: 600px;
	height: 100px;
	padding: 0 20px;
}

.tutorial-03 {
	width: 100px;
	height: 100px;
}

.centered_text {
	text-align: center;
}

.prizes {
	width: 840px;
}

.prizes td {
	width: 280px;
	padding: 5px 0px;
	text-align: center;
}

.ultimate_battle {
	width: 840px;
	background-color: #333333;
}

.ultimate_battle td {
	padding: 10px 0px;
	text-align: center;
	border-bottom:1px solid #898989;
}

