body {
text-align: center;
font-family: arial, helvetica, sans serif;
background: #000 url(../images/bg-s.jpg) no-repeat;
background-position: center 0px;
}

#fname {
position: absolute;
top:318px;
left:245px;
}

#lname {
position: absolute;
top:318px;
left: 492px;
}

#email {
position: absolute;
top: 345px;
left: 245px;
}

#guardian {
position: absolute;
top: 345px;
left: 492px;
}

#phone {
position: absolute;
top: 370px;
left: 245px;
}

#age {
position: absolute;
top: 370px;
left: 492px;
}

#height {
position: absolute;
top: 395px;
left: 245px;
}

#weight {
position: absolute;
top: 395px;
left: 492px;
}

#hair {
position: absolute;
top: 420px;
left: 245px;
}

#eyes {
position: absolute;
top: 420px;
left: 492px;
}

.u_mem {
position: absolute;
top: 473px;
left: 242px;
}

.u_app {
position: absolute;
top: 473px;
left: 331px;
}

.u_non {
position: absolute;
top: 473px;
left: 444px;
}

#website {
position: absolute;
top: 498px;
left: 245px;
}

.rep_yes {
position: absolute;
top: 522px;
left: 526px;
}

.rep_no {
position: absolute;
top: 522px;
left: 583px;
}

#additional {
border: none;
width: 386px;
height: 57px;
position: absolute;
top: 560px;
left: 245px;
}

#photo1 {
position: absolute;
top: 901px;
left: 166px;
-moz-transform:rotate(9deg);
-webkit-transform:rotate(9deg);
-o-transform:rotate(9deg);
}

#photo2 {
position: absolute;
top: 892px;
left: 429px;
-moz-transform:rotate(-7.2deg);
-webkit-transform:rotate(-7.2deg);
-o-transform:rotate(-7.2deg);
}

#reel {
position: absolute;
top: 1090px;
left: 118px;
-moz-transform:rotate(5.5deg);
-webkit-transform:rotate(5.5deg);
-o-transform:rotate(5.5deg);
}

#resume {
position: absolute;
top:1026px;
left: 420px;
-moz-transform:rotate(-3.5deg);
-webkit-transform:rotate(-3.5deg);
-o-transform:rotate(-3.5deg);
}

#letter {
position: absolute;
top:1079px;
left: 423px;
-moz-transform:rotate(-3.5deg);
-webkit-transform:rotate(-3.5deg);
-o-transform:rotate(-3.5deg);
}

#submitwrapper input {
background: url(../images/submit-btn.jpg) no-repeat;
width: 71px;
height: 24px;
position: absolute;
top:1164px;
left: 485px;
-moz-transform:rotate(5deg);
-webkit-transform:rotate(5deg);
-o-transform:rotate(5deg);
}

#page-shader {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color:black;
	z-index: 1001;
	opacity: .80;
	filter: alpha(opacity=80);
}

#submission-message {
	display: none;
	position: absolute;
	z-index: 1002;
	color: black;
	background: white;
	width: 50%;
	margin: auto;
	top: 200px;
	left: 25%;
	padding: 2em;

}
