@charset "UTF-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	margin:0;
	padding:0;
	background-color:#000;
	color:#FFF;

}
a{
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	padding:2px 5px;
	font-weight:bold;
}

#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:876px;
	height:497px;
	margin-top:-249px; /*set to a negative number 1/2 of your height*/
	margin-left:-438px; /*set to a negative number 1/2 of your width*/
	z-index:2;
	text-align:right;
	
}
.page{
	width:100%; height:100%; background:url(img/page.jpg) top center repeat-x; position:absolute
}
#content{
	display:none;
}
