@charset "utf-8";
/* Dancing Bodies Cascading Style Sheet 08-04-2010 Developed by Greig Bosworth */
body {background:#000000 url("images/bg.jpg") no-repeat left top;}

body,td,th, p{
	font-family: Verdana, Geneva, sans-serif;
	color: #999;
}

.header {
	padding-bottom: 0px;
	font-weight:800;
	color: #0BBF16;
	font-size: 1.5em;
}

#righttext1 {
	width:305px;
	margin-left:350px;
	margin-top: 0px;
	font-size: 1em;
}


#menucontainer {
	
	width:500px;
	margin-left:80px;
	margin-top: 145px;
	font-size: 0.8em;
}

#samplemoviescontainer {
	
	width:305px;
	margin-left:260px;
	margin-top: 30px;
	font-size: 0.8em;
}



/* XML SLideshow  */

#samplesxml {	
	width:400px;
	height:115px;
	margin-left:260px;
	margin-top: 20px;
}

#index2container {
filter: alpha (opacity=80);
height: 280px;
width: 350px;
overflow: auto;
border: 1px dotted #999;
background-color: #transparent; 
padding: 20px 50px 20px 20px;
padding-bottom:40px;
margin-left:200px;
margin-top: 30px;
font-size: 0.8em;
overflow-x: hidden; 
}

html {
scrollbar-base-color: #000000;
scrollbar-arrow-color: white;
scrollbar-track-color: #black;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
overflow-x: hidden; 
}

#samplemoviesbox {
	width:200px;
	height:250px;
	margin-left:700px;
	margin-top: 125px;
	font-size: 0.8em;
	padding: 10px 10x 10px 10px;
}

#moviesbox {
	width:240px;
	height:300px;
	margin-left:230px;
	margin-top: -280px;
	font-size: 0.8em;
	padding-right: 15px;
}

#footer {
	width:400px;
	height:30px;
	margin-left:80px;
	margin-top: -80px;
	font-size: 0.8em;
	padding: 5px 5px 5px 5px;
	font-size:0.6em;
	color: #0BBF16;
}

	

/* Hyperlinks/Anchors */
a {
	font-size: 0.9em;
	color: #3F0;
	text-decoration:none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #3F0;
}

a:hover {
	text-decoration:dotted; 
	color: #ffffff;
}

a:active {
	text-decoration: none;
	color: #3F0;
}


