body
{
	background-color:	black;
}

.wrapper
{
	position:		absolute;
	left:			1%;
	top:			5px;
	width:			98%;
}

.sta
{
	position:		static;
}

.navi
{
	position:		static;
	width:			100%;
}

.navinorm
{
	position:		static;
	width:			100%;
}

.mainbody
{
	position:		static;
	color:			gold;
}

.promo
{
	width:			100%;
}

.photomain
{
	position:		static;
	color:			gold;
}

.small
{
	font-size:		1.0em;
	color:			#FFD700;
}

.large
{
	font-size:		1.75em;
	color:			#FFD700;
}

.leftbar
{
	position:		absolute;
	left:			0%;
	width:			0%;
}

.righbar
{
	position:		absolute;
	left:			0%;
	width:			0%;
}

.center
{
	position:		absolute;
	left:			0%;
	width:			100%;
}

.inspire
{
	position:		relative;
	left:			0%;
	width:			100%;
}

.twothird
{
	position:		absolute;
	left:			0%;
	width:			100%;
}

.onethird
{
	position:		absolute;
	left:			66%;
	width:			0px;
}

.images
{
	position:		absolute;
	left:			0%;
	width:			100%;
}

.developer
{
	position:		static;
	left:			0%;
	width:			11%;
}

@media only screen and (min-width: 960px)
{
	.wrapper
	{
		position:		absolute;
		left:			50%;
		top:			5px;
		width:			960px;
		margin-left:		-480px;
	}

	.mainbody
	{
		position:		relative;
		left:			1%;
		width:			98%;
		color:			gold;
	}

	.promo
	{
		width:			50%;
		margin:			auto;
	}

	.photomain
	{
		position:		absolute;
		color:			gold;
		left:			10%;
		top:			130px;
		width:			80%;
	}

	.navi
	{
		position:		absolute;
		top:			85px;
		width:			600px;
		left:			50%;
		margin-left:		-300px;
	}

	.navinorm
	{
		position:		relative;
		width:			66%;
		left:			50%;
		margin-left:		-33%;
	}

	.small
	{
		font-size:		1.25em;
		color:			#FFD700;
	}

	.large
	{
		font-size:		2.5em;
		color:			#FFD700;
	}

	.leftbar
	{
		position:		absolute;
		left:			0%;
		width:			20%;
		top:			0px;
	}

	.righbar
	{
		position:		absolute;
		left:			80%;
		width:			20%;
		top:			0px;
	}

	.center
	{
		position:		absolute;
		left:			22%;
		width:			56%;
		top:			0px;
	}

	.inspire
	{
		position:		relative;
		left:			22%;
		width:			56%;
	}

	.twothird
	{
		position:		absolute;
		left:			0%;
		width:			65%;
	}

	.onethird
	{
		position:		absolute;
		left:			66%;
		width:			34%;
	}

	.images
	{
		position:		absolute;
		left:			20%;
		width:			60%;
	}

	.developer
	{
		position:		static;
		left:			0%;
		width:			5%;
	}
}