/* CSS Document */


a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
.copyright {color: #3e1a02}
.lang {color: #d8b66c}

body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-image:url(images/bground.jpg);
	background-repeat:repeat-x;
	background-color:#8a3a04;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}


.body {
	width:919px;
	margin-left:auto;
	margin-right:auto;
}

.header {
	width:919px;
	height:92px;
	background-image:url(images/bg_header.jpg);
}

.bodyMenu {
	width:915px;
	padding-left:4px;
	height:17px;
	background-image:url(images/bg_menu.jpg);
}
.bodyMovie {
	width:500px;
	height:300px;
	padding-left:14px;
	background-image:url(images/bg_movie.jpg);
}
.bodyText{
	width:365px;
	height:187px;
	padding:20px;
	background-image:url(images/bg_text.jpg);
}
