body {
	background-color: #31302c;
	overflow: hidden;
}

/***********/
/* Content */
/***********/
#content {
	width: 620px;
	height: 520px;
	position: absolute;
	left: 50%;
	top: 50%;
}

/*****************/
/* Flash Content */
/*****************/
object, embed { /* #contentFlash */
	position: relative;
	left: -310px;
	top: -260px;
}

/******************/
/* Static Content */
/******************/
#contentStatic {
	height: 323px;
	position: relative;
	left: -307px;
	top: -177px;
	color: #000;
	font-family: Verdana;
	font-size: 11px;
	background: url(main.png) no-repeat;
	padding: 15px 25px 20px 15px;
}

#contentStatic h1 {
	color: #AC0000;
	margin: 0;
}

#contentStatic table tr {
	text-align: left;
	vertical-align: top;
}

#contentStatic table#mainTable {
	margin: 30px 0 0;
}

#contentStatic table#mainTable tr td {
	width: 290px;
}

#contentStatic table#openingsurenTable {
	margin: 40px 0 0;
}

#contentStatic table#contactTable {
	margin: 40px 0 0;
}

#contentStatic a {
	color: #AC0000;
	text-decoration: none;
}

#contentStatic a:hover {
	text-decoration: underline;
}

#contentStatic a:visited {
	color: #AC0000;	
}

#contentStatic p#url {
	margin: 95px 0 0;
	width: 580px;
	text-align: center;
}
