* { 
	border: 0; 
	font: 8pt verdana; 
	table-layout: auto;
}

p, div, ul, li {
	color: #fff; 
}


html, body { 
	padding: 0; margin: 0;
	background: #000; 
	min-height: 100%; 
	margin-bottom: 0.1px; 
	text-align: center; 
	color: #000; 
}


#cont1 {
	position: absolute; top: 0; left: 0; z-index: 5; 
	text-align: center; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}

#cont2 {
	position: relative; top: 0; left: 0; z-index: 7; 
	text-align: left; 
	width: 910px; 
	margin: 0 auto; 
}

#backg {
	background: url(../img/back.jpg) repeat-x top center;
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 5; 
	width: 50%; 
	height: 900px; 
}

a.menu img {
	opacity: 0.6; 
	filter: alpha(opacity=60);
}

a.menu:hover img {
	opacity: 1; 
	filter: alpha(opacity=100);
}

div#content {
	padding: 10px 20px; 
}

div.design2-1 {
	float: right; 
	width: 30%; 
}

div.design2-2 {
	float: left; 
	width: 65%; 
}

div.design3-1 {
	float: left; 
	width: 47.5%; 
}

div.design3-2 {
	float: right; 
	width: 47.5%; 
}

div.design4-1 {
	float: left; 
	width: 30%; 
}

div.design4-2 {
	float: right; 
	width: 65%; 
}



#anime {
	position: absolute; 
	top: 225px; 
	left: 50%; 
	margin-left: -413px; 
	background: #f00; 
	z-index: 10; 
	width: 829px; 
	height: 384px; 
	background: url(assets/img/tv4.gif) top center; 
	opacity: 0;
	filter: alpha(opacity=0)
}

#music {
	position: absolute;
	top: 204px; 
	left: 50%;
	margin-left: 385px; 
	z-index: 11; 
	opacity: 0.01;
	filter: alpha(opacity=1);
	display: block; 
}

#soundmanager-debug {
	display: none;
	position: fixed;
	_position: absolute;
	left: 1em;
	top: 1em;
	z-index: 20; 
	width: 50em;
	height: 18em;
	overflow: auto;
	background: #000;
	margin: 1em;
	padding: 1em;
	border: 1px solid #999;
	font-family: monaco,"lucida console",verdana,tahoma,"sans serif";
	font-size: x-small; 
	line-height: 1.5em;
	opacity: 1;
	filter: alpha(opacity=100);
}

div#content * a:link, 
div#content a:link {
	color: #fff;
}

div#content * a:visited, 
div#content a:visited {
	color: #fff;
}

div#content * a:hover, 
div#content a:hover {
	color: #eb1828;
}





ul.bullets {
	margin-top: 7px; 
	margin-bottom: 10px; 
	padding-left: 0; 
	margin-left: 30px; 
}

ul.bullets a {
	display: block; 
	margin-bottom: 3px; 
}

p.bullets {
	margin-left: 2.5em; 
}

input, textarea {
	display: block; 
	margin: 3px 2px 5px 0; 
	border: solid 2px #00f; 
	color: #000; 
}

input.submit  {
	display: block; 
	margin: 3px 2px 5px 0; 
	border: solid 2px #00f; 
	color: #fff;
	background: #00f; 
}


div#content h1 { 
	margin-top: 0;
	font-size: 15pt; 
	color: #fff; 
}
div#content h2 {
	margin-top: 0;
	font-size: 13pt;
	color: #fff;
	font-weight: bold;
}
div#content h3 { 
	margin-top: 0;
	font-size: 12pt; 
	color: #ff0505;
	display: inline; 
	font: 8pt verdana; 
}
div#content h4 { 
	margin-top: 0;
	font-size: 12pt; 
	color: #fff; 
}
div#content h5 { 
	margin-top: 0;
	font-size: 11pt; 
	color: #fff; 
}
div#content h6 { 
	margin-top: 0;
	font-size: 10pt; 
	color: #fff; 
}

b, strong {
font-weight: 900;
}
