/***********************************************
G-nova CSS
***********************************************/


/* HTML Tags
***********************************************/

*{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
		
html, body{
	margin:0;
	padding:0;
}

li{
	color:#0099FF;
}

a{
	color:#666666;
	text-decoration:none;
}
	a:hover{
		color:#00A7E4;
		text-decoration:underline;
	}
	
/* Structure
***********************************************/
	
	#Container{
	margin-left:auto;
	margin-right:auto;
	width:703px;
	height:461px;
	background: url("images/bg.jpg") top left no-repeat;
}
	#Title{
	padding:75px 20px 0px 200px;
	color:#666666;
	font-size:25px;
}
	#Text{
	color:#666666;
	font-size:14px;
	padding-bottom:20px;
}
	#Button{
	padding:2px 20px 0px 30px;
	width:70px;
	height:20px;
	color:#666666;
	font-size:14px;
	background: url("images/button.jpg") top left no-repeat;
}
	#Middle{
	padding:60px 20px 20px 127px;
	height:275px;

}

/* Bottom
***********************************************/
	#Bottom{
	margin:0px 0 0 32px;
	padding:0px 0px 0px 384px;
	color:#666666;
	font-size:12px;
	background: url("images/logo.jpg") top left no-repeat;

}
	