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

body {
	background-color:#000000;

}


#container {
	background-color:#000000;
	border-left-color:#0000FF;
	border-left-style:dotted;
	border-right-color:#0000FF;
	border-right-style:dashed;
	border-left-width:medium;
	border-right-width:medium;
	font:helvetica;
	color:#CCCCCC;
	font-size:14px;
	margin-top:10px;
	margin-left:10px;
	height:1500px;
	width:800px;
	text-align:left;
	font-style: normal;
	text-decoration: none;

}

#container2 {
	width:1500px;
	height:1800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
	padding-top:60px;
	
}

#rgbtrippy {
	background-image:url(assets/images/rgbtrippy.gif);
	
}

#header {
	border-top:thin;
	border-top-color:#0000FF;
	border-top-style:dotted;
	height:100px;
	width:750px;
	margin-left:25px;
	font-size:16px;
	font:helvetica;
	text-align:center;
}

#menu {
	border-top-width:thin;
	border-top-style:dashed;
	border-top-color:#0000FF;
	height:50px;
	width:750px;
	margin-left:25px;
	font-size:24px;
	text-align:center;
	padding-top:5px;
	
}

#thumbs {
	height:1200px;
	width:750px;
	margin-left:25px;
	padding-top:15px;
	text-align:center;
	font:helvetica;
	color:#CCCCCC;
	font-size:16px;
	font-weight: lighter;
}

#moviescreen {
	height:700px;
	width:750px;
	background-color:#333333;
	padding-top:10px;
	
}

#pic {
	color:#FFFFFF;
	font:helvetica;
	font-size:12px;
	height:180px;
	width:175px;
	float:left;
	margin-left:5px;
	

}

#video {
	height:440px;
	width:750px;
	padding-bottom:50px;
}
#container {
	font-family: helvetica;
	font-style: normal;
	color: #CCCCCC;
	text-decoration: none;
}
