* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Georgia, serif;
	overflow: hidden;
	background-color:#000;
}
a {
	text-decoration: none;
	color:#a1d309;
}
a:visited {
	text-decoration: none;
	color:#a1d309;
}
a:hover {
	text-decoration: none;
	color:#a1d309;
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}


#title {
	position: absolute;
	left: 0px;
	top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	width: 316px;
	text-align: right;
	background-color: #FFF;
	height: 35px;
	padding: 10px;
}

.menu {
	position: absolute;
	left: 98px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	width: 316px;
	text-align:left;
	padding-left:50px;
	background-color: #FFF;
	height: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#op1{
	top: 156px;	
}
#op2{
	top: 256px;	
}

h1 {
	font-size:39px;
	line-height:1.2em;
	color:#a1d309;
}


h2 {
	font-size:29px;
	line-height:1.2em;
	color:#a1d309;
}

