@charset "UTF-8";
/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-image:url(../images/acting_bg.jpg);
	background-repeat:repeat-x;
	background-repeat:no-repeat;
	background-position:center top;
	/*background-color:#003333; */
	background-color: #d1dcde;
}
/*
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif
}
*/
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#navbox {
	position:fixed;
	bottom:10px;
	right:5%;
}
#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size:small;
}
#nav li {
	margin: 0;
	float: left;
}
#nav a {
	display: block;
	padding: 0em 0px 0em 10px;
	text-decoration: none;
}
#nav a:link, #nav a:visited {
	color: #000;
/*	background-color: #d1dcde;
*/
}
#nav a:hover, #nav a:active {
	color: #fff;
/*	background-color: #d1dcde;
*/
	text-decoration: none;
}
#wrapper {
	min-width:600px;
	max-width:auto;
	min-height:400px;
	max-height:auto;
}
#movie {
	width:480px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}
#contact {
	width:500px; 
	height:400px; 
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
}