@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	border:0px;
	padding:0;
	height:100%;	
	overflow:visible;
	text-align:center;
	}
	
a {
	color:#999999;
	text-decoration:none;
	}

#header {
	width: 739px;
	height: 63px;
	padding-top: 2%;
	margin: 0 auto;
	}
	
#container {
	width: 739px;
	height: 400px;
	margin: 0 auto;
	}
	
#left {
	float: left;
	}
	
#right {
	float: right;
	}	
	
#gallery {
	width: 739px;
	height: 550px;
	margin: 0 auto;
	}
	
#thumb {
	width: 146px;
	height: 75px;
	background-image: url(/images/thumbbg.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	padding-top: 5px;
	border: 0px;
	}
	
#thumb img{	
	border:none;
	}
	
#footer {
	height:49px;
	margin:	0 auto;
	width: 739px;
	}

#video {
	margin: 0 auto;
	text-align:center;
	font:Arial;
	font-size:30px;
	color:#999999;
	width:739px;
	height:400px;
	background-image:url(../images/video.png);
	background-repeat:no-repeat;
	padding-top: 10px;
	}
	

