@charset "utf-8";

body{
background-image:url(../images/homebackground.jpg);
margin: 0;
padding: 0;
text-align:center;
}

#wrapper {
	width: 1024px;
	margin: 0 auto 0 auto; /* magical property to render the container in the center */
/*	text-align: left;*/

}
#portal {
	height:390px;
	width: 1024px;
	margin-top: 75px;
	padding-top: 26px;
	background-color: #ac4f1f;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #827701;
	border-right-color: #827701;
	border-bottom-color: #827701;
	border-left-color: #827701;
 	}

#left { float:left;}

div#left h1{
	display: block;
	background-image: url(../images/portal/portal_02.jpg);
	background-repeat: no-repeat;
	text-indent:-2900px;
	width: 318px;
	height: 360px;	
	padding: 0;
	margin: 0;
	}

#center { 
	float: left;
	margin-left: 9px;
	}

#right { float: right;}

div#right h2{
	display: block;
	background-image: url(../images/portal/portal_06.jpg);
	background-repeat: no-repeat;
	text-indent:-2900px;
	width: 318px;
	height: 360px;
	padding: 0;
	margin: 0;
	}

#enter { 
	clear: both;
	text-align:center;
	margin-top: 0;
	padding: 0;
	height: 27px;
	}
