body { 
	margin:0 auto;
	background-color:#000; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;;
}
	
#wrap { 
position: relative;
	width:800px;
	margin:auto;
}
#wrap1 { 
position: relative;
	width: 800px;
	height: 600px;
	margin:auto;
	background-position: center;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
}
#wrap2 { 
position: relative;
	width: 800px;
	height: 800px;
	margin:auto;
	background-position: center;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
}

a:link {
	font: normal 1.0em Trebuchet MS;
	color: #CCC;
	text-decoration: none;
}

a:visited {
	font: normal 1.0em Trebuchet MS;
	color: #CCC;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:active {
	color: #fff;
	text-decoration: none;
}

h1 { 
	margin:40px 0px 0px 0px;
	font:bold 2.6em Trebuchet MS;
	letter-spacing:-1px;
	color: #99cc33;
	text-align: center;
	
	}
h2 {
	font:normal 1.2em Trebuchet MS;
	color:#CCC;
	margin-top:0px;
	text-align: center;
	}
	
p { 
	font-size:14px;
	line-height:20px;
	color:#FFF;
	text-align: center;
	}
	


