body {
	text-align:center;
	background-color:#000000;
}
/* Begin Layers */

#header {
	margin-right:auto;
	margin-left:auto;
	height:300px;
	width:800px;
	position: relative;
}
#footer {
	clear:left;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 10px;
	position: relative;
}
#subFooter {
	margin-right:auto;
	margin-left:auto;
	height:200px;
	width:800px;
	position: relative;
}
#container {
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	text-align:left;
	border: 1px solid #660099;
	overflow: hidden;
}
#body {
	float:left;
	width:510px;
	padding: 10px;
	margin-top: 10px;
}
#sidebar {
	float:right;
	width:230px;
	border: 1px solid #660099;
	padding: 10px;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
}
#banner {
	position: absolute;
	height: 200px;
	width: 800px;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#btnHome {
	position:absolute;
	left:0px;
	top:2px;
	width:100px;
	height:40px;
	z-index:1;
	text-align: center;
}
#btnMusic {
	position:absolute;
	left:100px;
	top:10px;
	width:100px;
	height:40px;
	z-index:2;
	text-align: center;
}
#btnDvdVj {
	position:absolute;
	left:200px;
	top:14px;
	width:100px;
	height:40px;
	z-index:3;
	text-align: center;
}
#btnProfile {
	position:absolute;
	left:300px;
	top:10px;
	width:100px;
	height:40px;
	z-index:4;
	text-align: center;
}
#btnLinks {
	position:absolute;
	left:400px;
	top:2px;
	width:100px;
	height:40px;
	z-index:5;
	text-align: center;
}
#counter {
	position: absolute;
	height: 50px;
	width: 800px;
	left: 0px;
	top: 20px;
	border: 1px solid #660099;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#movieDiv {
	position: absolute;
	height: 300px;
	width: 320px;
}
#navContainer {
	position: absolute;
	height: 60px;
	width: 500px;
	left: 150px;
	top: 180px;
	z-index: 3;
}
#title {
	border: 1px solid #660099;
	position: absolute;
	height: 50px;
	width: 800px;
	left: 0px;
	top: 240px;
	z-index: 3;
}
/* Begin Typography & Colors */
a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.redText1left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.text1leftLarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #66CCFF;
	text-decoration: none;
}
.text1left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66CCFF;
	text-decoration: none;
	text-align: justify;
}
.text1right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #460D93;
	text-decoration: none;
}
.neonPink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF00FF;
	text-decoration: none;
}
.neonBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FFFF;
	text-decoration: none;
}
.grey10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
