
/***********************************************/
/* HTML TAG STYLES                             */
/***********************************************/
body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #F4F2F1;
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
}

/******* generic links and anchor tag styles *******/
a:visited, a:link {
	color:#ffffff;
	font-size: 35px;
	text-decoration: none;
}
a:hover {
	padding: 0px;
	color:#D0A599;
	font-size: 35px;
}

/***********************************************/
/* LAYOUT/STELETON DIVS                        */
/***********************************************/

#pagewrapper{
	margin-left: auto;
	margin-right: auto;
	width:800px;	
	height:600px;
	background-image:url(images/bg_splash.jpg);
	background-repeat:no-repeat;
	border:0px solid #cccccc;
	background-color:#F4F2F1;

}
#enter_site{
	padding:263px 0px 0px 618px;
	border:0px solid #ff0000;
}

