@charset "UTF-8";

body {
	padding: 0;
	margin: 0;
	text-align:center;
	background-color: #ffffff;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}  

p {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #231f20;
	text-decoration: none;
}

span {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #231f20;
	text-decoration: none;
}

A: link,
A: active,
A: visited {
	color: #231f20;
	text-decoration: none;
}

A: hover {
	color: #231f20;
	text-decoration: underline;
}




/*"""""""" DIV Styles""""""""*/	


#wrapper {
	width: 400px;
	position: relative;
	z-index: 0;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	top: 125px;
	text-align:center;
}

#logo {
	width: 410px;
	margin: 0 0 40px 0;
	position:relative;
}

#typebox {
	width: 410px;
	margin: 0;
	position:relative;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #231f20;
	border-bottom-color: #231f20;
	padding: 25px 0 25px 0;
}

