    body {
	background-color: #313085;
	font-size: 12px;
	font-family: san-serif;
      }
    a {
	color: #ffffff;
	text-decoration: none;
	}
    a:link {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border: 0px;
	}
   a:visited {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border: 0px;
	}
   a:hover {
	color: #313085;
	text-decoration: none;
	cursor: pointer;
	}
    a:active {
	color: #313085;
	text-decoration: none;
	cursor: pointer;
	border: 0px;
	}
    img {
	border: 0px;
	outline: none;
	}
    
    p {
	padding-top: 0px;
	padding-bottom: 5px;
	}

    #page_wrapper {
      	width: 1000px;
	text-align: left;
      	margin-left: auto;
	margin-right: auto;
      	border: 0px green solid;
	}
    
    
	#title {
		position: relative;
		left: 180px;
		top: 180px;
		width:624px;
		height: 190px;
		}
		
	#enter_box1 {
		position: relative;
		float: left;
		left: 440px;
		top: 240px;
		padding: 5px;
		background-color: #8bd2ce;
		}
	
	#enter_box2 {
		position: relative;
		left: 0px;
		top: 0px;
		padding: 3px 15px 3px 15px;
		background-color: #8bd2ce;
		border: 1px white solid;
		text-align: center;
		font-size: 120%;
		}
   


	#content_bottom {
		position: relative;
		float: left;
		width: 1000px;
		height: 100px;
		border: 0px yellow solid;
		}
		#footer {
			position: relative;
			float: left;
			width: 1000px;
			padding-top: 20px;
			text-align: center;
			font-family: Helvitica;
			font-size: 12px;
			color: #ffffff;
			}
		#footer a {
			font-color: #343434;
			text-decoration: underline;
			}	