/* CSS Document */
html, body {
	height: 100%;
}
body {
    margin:0;
    padding:0;
	min-width:800px;
}

#container {
	background-color: #FFF;
	float:left;
	width: 800px;
	margin:0 auto;
}

.header {
	width: 800px;
	height:140px;
	float:left;
	background-image:url(../images/play/header.jpg);
	margin-bottom:30px;
}

.left {
	width:212px;
	height:302px;
	background-image:url(../images/play/left_bg.jpg);
	background-repeat:no-repeat;
	float:left;
	padding-top:256px;
}


.right {
	width: 576px;
	height: 302px;
	float: right;
	background-color:#FEBC4B;
}

.back_button {
	padding-top:114px;
	padding-left:0px;
	float:left;
}

.video {
	padding-top:24px;
	padding-left:52px;
	float:left;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #F8F7DD;
	font-size: 11px;
	letter-spacing: -0.01em;
	padding-left:30px;
}
.text a:link,
.text a:visited {
	font-weight:bold;
	color: #F8F7DD;
	text-decoration:none;
	}
.text a:hover {
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
	}

.text_large {
	font-family: Arial, Helvetica, sans-serif;
	color: #F8F7DD;
	font-size: 13px;
	letter-spacing: -0.01em;
}
.text_large a:link,
.text_large a:visited {
	font-weight:bold;
	color: #F8F7DD;
	text-decoration:none;
	}
.text_large a:hover {
	font-weight:bold;
	color:#FFF;
	text-decoration:underline;
	}

.copyright {
	font-size: 14px;
	color: #999999;
    text-align : left;
	letter-spacing: -1px;
	margin-left: 350px;
}

.copyright a {
	color: #999999;
	text-decoration:underline;

}