
body {background-image:url('bg.jpg');
	z-index: 2;
	width: 100%;
	height: 100%;}
	

#header {width: 100%;
text-align: center;
padding: 10px;
font-family:'Arial';
font-weight: bold;
font-size: 45px;
margin-top: 5%;}

#body {position: absolute;
width: 50%;
padding: 10px;
margin-left: 23%;
margin-right: 25%;
font-family: 'Century Gothic';
font-size: 25px;
text-align="center";}

#submit {text-align: center;
font-family: 'Arial';
font-size: 20px;}

input {font-size:20px;}
option {font-size:20px;}
select {font-size:20px;}