@charset "utf-8";
/* CSS Document */
a {
    outline: none;
}
a:link {
	color: #fceb8a;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: #fceb8a;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color: #fceb8a;
	font-weight:bold;
	text-decoration: underline;
}
a:active {
	color: #fceb8a;
	font-weight:bold;
	text-decoration: none;
}
html, body{
	height: 630px;
	overflow: hidden;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width: 939px !important;
	background-color:#42b049;
}
div#centreren{
	position: relative;
	display:block;
	width: 939px;
	margin: 0px auto; 
	height: 630px;
	background-color:#f37325;
}
div#container {
	display:block;
	width: 939px;
	background-image:#ffffff;
	height: 630px;
}
div#header {
	display:block;
	clear:both;
}
div#menu {
	float: left;
}
div#wrapper{
	width:939px;
	height: 630px;
	background-image:url(../images/index_12.png);
	background-repeat:no-repeat;
	clear:both;
}
div#content{
	width: 649px;
	height: 286px;
	color: #FFFFFF;
	text-align: left;	
	padding-bottom: 0px;
	padding-top: 10px;
	padding-left: 260px;
	padding-right: 30px;
	overflow: auto;
}
div#filmstrip{
	height: 124px;
	background-color:#f37325;
}
div#bottum{
	height: 14px;
}

