@charset "utf-8";
/* CSS Document */

@import url("reset.css");

body {
	background:url(../_images/bg.jpg);
}

#upperbox{
	height: 70px;
	background: url(../_images/upperbg.jpg) repeat-x;
}
#lowerbox {
	margin:10px auto;
	/*background: url(../_images/chipsbg.jpg) no-repeat 35px 552px;*/
	text-align:center;
}
#videobox{
	height:546px;
	width:841px;
	background: url(../_images/videobg.jpg) no-repeat;
	margin:0 auto;
	padding:50px 0 0 0;
}
#logobox {
	width: 561px; height: 134px;
	background: url(../_images/logobg.jpg) no-repeat;
	margin:0 auto;

}
#video{
		text-align:center;
}


#back{
	text-align:center;
	font-size:12px;
	font-family:arial;
}
#back a{
	color: #780000;
	text-decoration:underline;
}
#back a:hover{
	text-decoration:none;
}


#links{
	text-align:center;
	font-size:11px;
	font-family:arial;
}
#links a{
	padding:10px;
	margin:10px;
	color: gray;
	text-decoration:none;
}
#links a:hover{
	text-decoration:underline;
}