@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	background-image: url(5.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#main_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	vertical-align: middle;
	height: 50px;
	position: relative;
	top: 85%;
	font-weight: bold;
	text-align: right;
	margin-right: 30px;
	margin-left: 30px;
	
	min-width: 500px;
}
a, a:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

