@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;	
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}

img
{
	border: none;
}
div.wrapper
{
	position: fixed;
	top: 5%;
	width: 100%;
	height: auto;
}
div.innerwrapper
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 606px;
	height: auto;
}
img.topofbox
{
	position: absolute;
	left: 0px;
	top: 20px;
}
div.content
{
	position: absolute;
	top: 35px;
	left: 0px;
	width: 705px;
/*	background-image:url(../images/intro/bg.gif);*/
	background-repeat: repeat-y;
	height: auto;
//	text-align: center;
}
embed
{
	margin-bottom: 0px;
	margin-top: 0px;
/*	margin-left: 17px;*/
}
img.bottomofbox
{
	margin-bottom: 0px;
}
div.enter
{
	position: relative;
/*	top: 480px;*/
        margin-top: 30px;
/*	text-align: center;*/
	background: #000000;
	color: #FFFFFF;
	width: auto;
	height: auto;
}
