body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	font-family: arial;
	color: #000000;
	text-align: center;
}

body, p, td {
	font-size: 9pt;
}

div {
	position: relative;
}

#outer {height: 100%; width: 100%; overflow: hidden; #position: relative;}
#outer[id] {display: table; position: static;}
		
#middle {#position: absolute; #top: 50%;}
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#background {
	position: relative;
	#top: -50%;
	#left: -50%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ffffff;
	text-align: left;
	width: 1000px;
	height: 700px;
}

#background.NameDayBG1 { background: url(../images/NameDayBG1.jpg) no-repeat; }
#background.NameDayBG2 { background: url(../images/NameDayBG2.jpg) no-repeat; }
#background.NameDayBG3 { background: url(../images/NameDayBG3.jpg) no-repeat; }
#background.NameDayBG4 { background: url(../images/NameDayBG4.jpg) no-repeat; }

#logo {
	position: relative;
	width: 420px;
	height: 101px;
	top: 0px;
	left: 440px;
}

a {
	text-decoration: none;
}
a:link {
	color: #ea7707;
}
a:active {
	color: #ea7707;
}
a:visited {
	color: #ea7707;
}

#contentBorder {
	/*background: url(../images/contentBorder.gif) no-repeat;*/
	top: 35px;
	left: 72px;
	width: 520px;
	height: 488px;
}

#content {
	position: absolute;
	top: 4px;
	left: 395px;
	width: 490px;
	height: 443px;
	overflow: auto;
	color: #01233f;
	font-size: 9pt;
}

#content td {
	font-size: 9pt;
}

#content a:link, body a:link, td a:link {
	color: #ea7707;
}
#content a:active, body a:active, td a:active {
	color: #ea7707;
}
#content a:visited, body a:active, td a:active {
	color: #ea7707;
}

#topNav {
	position: relative;
	margin: 0;
	font-size: 14pt;
	left: 450px;
	top: 4px;
	height: 20px;
	width: 525px;
}

#topNav a {
	color: #ffffff;
}

#topNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#topNav li {
	float: left;
	padding: 0 13px 0 0;
}

#topNav li#contact {
	padding: 0 0 0 0;
}

#topNav li a {
}

#topNav li.active a {
	color: #8c8c8c;
}

div#player {
	position: relative;
	top: 470px;
	left: 385px;
}

div#social {
	position: relative;
	top: 480px;
	left: 800px;
}

body.curWait * {
	cursor:wait;
}