html, body {
	background-color : #333333;
	color: #FFFFFF;
	font: 0.85em Verdana, Arial, Helvetica, sans-serif;
}
#main {
	text-align: center;
	width: 765px;
	margin: 0px auto;
	padding-left: 14px;
}
.frontpage {
	text-align: center;
	color: #FFFFFF;
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 12px;
}
.textbox {
	padding: 14px 14px 28px;
	height: 385px;
	width: 518px;
	margin: 0px;
	overflow: auto;
	background-color: #1a1a1a;
	text-align: left;
}
#info {
	background-color: #1a1a1a;
	text-align: center;
	color: #FFFFFF;
	margin: 24px;
}
.heading {
	font-weight: bold;
	color: #00CCFF;
	font-size: 1em;
	text-transform: capitalize;
}
.videobox_301 {
	padding: 0px;
	width: 344px;
	height: 301px;
	background-color: #666666;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -172px; /* box width divided by 2 (as a negative number) */
	margin-top: -186px; /* box height divided by two plus 36 (as a negative number) */
}
.videobox_541 {
	padding: 0px;
	width: 664px;
	height: 541px;
	background-color: #666666;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -332px; /* box width divided by 2 (as a negative number) */
	margin-top: -307px; /* box height divided by two plus 36 (as a negative number) */
}
.centerbox {
	text-align: center;
	margin-bottom: 24px;
}
.leftbox {
	text-align: left;
	margin-bottom: 24px;
	clear: left;
}
.javabox {
	width: 574px;
	background-color: #1c1b19;
	margin-bottom: 24px;
	padding: 12px;
	border: 1px solid #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CCCCFF;
	font-variant: normal;
}
a.button {
outline: none;
}
a:link {
color: #e6ab0e;
text-decoration:none;
}
a:visited {
color: #e6ab0e;
text-decoration:none;
}
a:hover {
color: #e6ab0e;
text-decoration:underline;
}
a:active {
color: #e9411d;
text-decoration:underline;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.hidden{
	display:none;
}

