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


body{
	background-repeat:repeat;
	color:#999999;
}

h2{font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:-2px; font-stretch:condensed; font-style:normal; font-weight:lighter; font-size:40px;}


#wrapper{
	width:960px;
	margin:0px auto;
}


#content{
	width:960px;
	height:375px;
	background-image:url(images/web_home.jpg);
	background-repeat:no-repeat;
	background-position:center;
}


#footer{
	width:960px;
	height:100px;
	font-size:10px;
	text-align:center;
}


a:link{
	color:#999999;
}

a:visited{
	color:#999999;
}


