body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper {
	background: #fff;
	width: 606px;
	height: AUTO;
	margin: 0 auto;
	padding: 0;
}

#buffer {
	background: #fff;
	height: 50px;
	width: 606px;
}

#image {
	background: #fff;
	height: auto;
	width: 606px;
}

#bottom {
	height: auto;
	width: 606px;
}

			#name {
				background: #fff;
				height: 67px;
				width: 279px;
								float:left;

			}
			
			#info {
				background: #fff;
				height: 67px;
				width: 326px;
				float:left;
			}

			
#footer {
	height: auto;
	width: 606px;
}


p {
margin: 0 ;
			}
			
.enter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: red;
	text-align: left;
		padding-top: 20px;

}

.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: BLACK;
		text-align: left;
}

.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bolder;
	text-transform: uppercase;
	color: red;
		text-align: left;
}

.foottext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
	color: white;
	background-color: orange;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}