body
{
	margin: 0;
	padding: 0;
	background: #fff;
	font: 9px Verdana, Arial, sans-serif;
	color: #636363;
	height:100%;
}

a:hover 	h1{color:#636363;text-decoration:underline;}

h2
{
	margin: 0 0 10px 0;
	font-size: 16px;
}

img
{
	float: left;
}


a 			{color:#636363;text-decoration:none;}
a:visited 	{color:#636363;text-decoration:none;}
a:hover 	{color:#636363;text-decoration:underline;}

a 			img {border: 0px;}
a:visited 	img {border: 0px;}
a:hover 	img {border: 0px;}


/****************************** INTRO STUFF******************************/


#wrapper
{
	width: 500px;
	height: 100px;
	margin: auto auto auto auto;
	border: 1px solid red;
	float: left;	
}


#intro
{
	position: absolute;
	left:50%;
	top:50%;
	width: 500px;
	height: 440px;
	margin-left: -250px;
	margin-top: -220px
}

