html
	{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
	}

body
	{
	height:100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(/img/bgimage.jpg);
	background-color: #000000;
	background-position:left top ;
	background-repeat:no-repeat;
	overflow:hidden;
	color: #cccccc;
	text-align:center;
}

#holder {
}

#pre_box {
margin:300px auto 0 auto;
width:800px;
vertical-align:middle;
}

#content_cut {
width:850px;
text-align:left;
margin:40px auto 100px auto;
font:10pt Helvetica Neue, sans-serif;
}

table, tr, td {
font:10pt Helvetica Neue, sans-serif;
}

.pink {
font-weight:bold;
color:#29aff0;
}

p {
margin-left:20px;
line-height:1.8;
}

h2 {
margin-left:10px;
}

.admin_textbox {
padding:5px 0px 5px 5px;
background-color:#d5ecf4;
}

.left {
float:left;
}

.right {
float:right;
}

.clear {
clear:both;
}

.divider {
width:100%;
height:1px;
border-bottom:1px dashed #666666;
margin:20px 0 20px 5px;
}

#menu {
/*background-color:#c5b8b1;*/
width:800px;
margin:30px auto 0 auto;
text-align:center;
padding:4px 0 10px 0;
border-bottom:1px solid #a6a6a6;
}

#menu a {
font: 10px Helvetica Neue, Helvetica, Times, sans-serif;
font-weight:100;
padding:3px 20px 3px 20px;
text-transform:uppercase;
color:#29aff0;
text-decoration:none;
}

#menu a:hover {
text-decoration:none;
color:#ff0066;
}

#movie {
background-color:#000000;
border:6px solid #000000;
width:940px;
height:420px;
position:absolute;
z-index:1000;
display:none;
text-align:left;
}

#movie_content {
display:none;
}

#close {
cursor:hand;
}
