@charset "UTF-8";
/* CSS Document */


body {
	background-color:#fffee9;
	margin:0;
	padding:0;
	background-image: url(Site_Redone/images/splash_img.jpg);
	background-repeat: no-repeat;
	background-position: 650px -130px;
}

#wrapper {
	width:900px;

	height: auto:
	text-align: center;
	position: relative;
	margin: 0;
	height: 200px;
	}
#text {
	width:800px;
	height: 150px;
	background-position: right;
	background-repeat: no-repeat;
	margin-left: 180px;
	margin-top: 60px;
	}
#enter {
	width:280px;
	height: 100px;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	text-align: right;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 540px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 100px -10px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 50px;
	}
	a:link {color: #00FF00; text-decoration:none}
	a:active {color: #FF0099;}
	a:visited {
	color: #00FF00;
	text-decoration: none;
}
	a:hover {
	color: #FF0099;
	text-decoration: none;
}

