html, body{
	height: 100%;
	margin: 0 0 1px;
	padding: 0;
}

body{
	color: #BBBBBB;
	
	background-color: #000000;
	background-image: url(../images/background/stage.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	text-align: center;
}

div, img{
	behavior: url(/images/iepngfix.htc);
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#main{
	margin: auto;
	margin-top: 25px;
	margin-bottom: 50px;
	width: 900px;
}

#content{
	width: 750px;
	margin: auto;
}

#content[part=head]{
	height: 12px;
	margin-top: -25px;
	background-image: url(../images/background/content/head.png);
	background-repeat: no-repeat;
}

#content[part=body]{
	width: 730px;
	padding: 20px 10px 10px 10px;

	background-image: url(../images/background/content/body.png);
	background-repeat: repeat-y;
}

#content[part=foot]{
	height: 12px;
	background-image: url(../images/background/content/foot.png);
	background-repeat: no-repeat;
}

#header{
	height: 191px;
	padding-top: 5px;
	padding-right: 50px;
	vertical-align: bottom;
	
	background-position: top left;
	background-repeat: no-repeat;
}

#footer{
	width: 600px;
	margin: auto;
	margin-top: 15px;
	
	clear: both;

	color: #777777;
	font-size: 10px;
	text-align: center;
}

#footer a{
	color: #888888;
}

#auth{ 
	position: absolute;
	right: 0; top: 0;
	padding-right: 20px;
}

div#logo{
	width: 190px;
	text-align: left;
	
	float: left;
	display: block;
	margin-left: 15px;
}

div#logo img{
	position: relative;
	z-index: 4;
	border: 0px;
}

ul#nav{
	margin-top: 40px;
	padding-right: 25px;
	padding-top: 35px;
	width: 500px;
	
	float: right;
	display: inline;

	font-size: 20px;
	text-align: right;
	
	list-style: none;
	letter-spacing: 1px;
	white-space: nowrap;
	
	text-align: center;
}

ul#nav li{
	margin: 0px 5px;
	margin-top: 100px;
	text-align: center;
	display: inline;
	border-left: thin;
}

ul#nav a{
	text-decoration: none;
	padding: 3px;
	color: #AAAAAA;
	text-transform: uppercase;
}

ul#nav a#current{
	border-top: 3px solid #cf1936;
	color: #cf1936;
}

ul#nav a:hover{
	color: #FFFFFF;
}

#curtain-left{
	position: absolute;
	left: 0; top: 0;
	z-index: -1;
}

#curtain-right{
	position: absolute;
	right: 0; top: 0;
	z-index: -1;
}

.head{
	font-size: 16px;
	font-weight: bold;
	color: #AAAAAA;
	text-transform: uppercase;
	text-decoration: underline;
	
	padding-bottom: 15px;
	
	text-align: center;
}

.alert{
	margin: auto;
	width: 400px;
	text-align: center;
	
	font-weight: bold;
	font-size: 10px;
	color: #FF0000;
	text-transform: uppercase;
	
	padding: 5px;
	border-left: double 5px #FF0000;
	border-right: double 5px #FF0000;
}

.pic{
	border: 5px solid #555555;
}

.pic[float=left]{
	float: left;
	margin-left: 15px;
	margin-right: 10px;
}

.pic[float=right]{
	float: right;
	margin-left: 10px;
	margin-right: 15px;
}

