body{
	text-align:center;
	background-image:url('intro.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:0px;
	background-color:000000;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

p{
	margin-top:-15px;
	color:#848484;
	font-family:verdana,tahoma,san-serif;
	font-weight:lighter;
	font-size:9px;
	letter-spacing:1px;
}

h4{
	margin-top:0px;
	color:#FFFFFF;
	font-family:verdana,tahoma,san-serif;
	font-weight:bold;
	font-size:10px;
	letter-spacing:1px;
}

.arrow{
	margin-left:10px;
	margin-right:10px;
	margin-top:-3px;
}

#container{
	margin:auto;
	margin-top:396px;
	width:608px;
	height:300px;
}

#columnleft{
	padding-right:10px;
	padding-top:0px;
	height:auto;
	width:290px;
	text-align:right;
	float:left;
	color:#FFFFFF;
	border-right:solid 1px white;
}

#columnleft:hover{
	background-image:url('highlightleft.jpg');
	background-repeat:no-repeat;
	background-position:top right;
}

#columnright{
	height:auto;
	padding-left:10px;
	width:290px;
	text-align:left;
	float:left;
	color:#FFFFFF;
}

#columnright:hover{
	background-image:url('highlightright.jpg');
	background-repeat:no-repeat;
	background-position:top left;
}