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

#mainbgimage
{
	position: absolute;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	left: -2px;
}

#container
{
	background-color: black;
}

body
{
	background-color: black;
}

#rotatingFrame
{
	position: absolute;
	top: 15px;
	left: 300px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	width: 570px;
	
}

#navi
{
	position: absolute;
	left: 78px;
	top: 220px;
}

.QandA
{
	font-size:40px;
}

a
{
	color:#999;
}

a:hover
{
	color:#900;
}

span.inline_image_left
{

	padding: 4px;
	display: inline;
	float: left;
	margin: 5px 10px 5px 0px;
	border: solid 1px #a2a2a2;	
}

span.inline_image_right
{
	padding: 4px;
	display: inline;
	float: right;
	margin: 5px 0px 10px 5px;
	border: solid 1px #a2a2a2;	
}

a
{
	border: none;
}

#topright
{
	position: absolute;
	width: 113px;
	top: 0px;
	right: 0px;
}
#bottomright
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 363px;
}

#footer
{
	text-align:center;
	position: relative;
	color: #900;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:auto;
	margin-right:auto;
	width: 450px;
}

