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

html {
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body,td,th {
	font-family:  Arial, Helvetica, sans-serif;
	color: #FFF;
}
body {
	/* background-color:  #222; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	//background:url(../images/bg.jpg) 0 0 repeat;
}
h1 {
	font-size: 62px;
	color: #FFF;
	display: none;
}
.right {
	font-size: 11px;
	color: #fff;
	float: right;
	padding-top: 230px;
	width: 300px;
	display: block;
}

.grey {
	color: #ccc;
}

#main {
	margin: 80px auto;
	height: 570px;
	border-bottom: 0px dashed #FFF;
	width:900px;
	background: rgba(0,0,0,0.6);
	}
	
img {
	float:left;
	
	}
	
a, li {
	margin:0;
	cursor: hand;
	cursor: pointer;
	color: #ddd;
	text-decoration: none;
	}	
li {padding: 7px 10px;}

ul{
	padding-left: 15px;
	list-style: none;
}

a:hover, li:hover {
	background: #000;
	color: #FFF;
	}
	
	
