*
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
}

a:link, a:visited
{
	color: #666666;
	text-decoration: none;
}
a:hover
{
	color: #e2001a;
	text-decoration: underline;
}

.seperator
{
	width: 100%;
	height: 1px;
	margin: 5px 0px 5px 0px;
}

#container
{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -272px;
}

#portal
{   
	width: 100%;
	height: 544px;
	text-align: center;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

#footer
{
	width: 800px;
	margin: auto;
}
#copyright
{
	float: left;
	
}
#contact
{
	float: right;
}