body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

img.logo {
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.page {
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	background-color: #222222;
}

div.header {
	height: 110px;
	width: 780px;
}

div.menu {
	color: #ffffff;
	position:relative;
	font-size: 14px;
	font-weight: bold;
	width: 780px;
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 10px;
	background-color: #000000;
	text-align: left;
	line-height: 25px;
	z-index: 1;
}

div.body {
	height: 343px;
	background-image: url(../img/stage.png);
	width: 800px;
}

div.text {
	padding-top: 40px;
	padding-left: 115px;
	padding-right: 205px;
	color: #000000;
	text-align: left;
}

a{
	color: #ffffff;
	text-decoration: none;
}

a.visited  {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

h2 {
	line-height: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #ff9933;
}

h3 {
	line-height: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #ff0000;
}

p {
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
}

p.smallprint {
	color: #000000;
	text-align: center;
	font-size: 10px;
	font-variant: small-caps;
}

td {
	vertical-align: middle;
}
	
span.title {
	color: #ffffff;
	font-size: 70px;
	font-weight: bold;
	width: 410px;
	float: left;
	display:inline; 
}

span.contact {
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	width: 370px;
	float: left;
	text-align: right;
}

div.footer {
	width: 800px;
	height: 315px;
	margin-top: -200px;
	text-align: center;
	background-image: url(../img/crowd.png);
	color: #ffffff;
	bottom: 0;
}

div.copyrightnotice {
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-variant: small-caps;
	width: 800px;
	background-color: #000000;
}