html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#welcome {
	font-family: 'Federo', serif;
	font-size: 2.7em;
	padding-left: -5px;
	padding-top: 10px;
	color: black;
	text-shadow: 2px 2px 0px white;
}

body{
margin:0; padding:0;
font-family: 'Federo', serif;
font-size: 1.5em;
text-shadow: 1px 1px 0px white;
}

h4 {
color: red;
}

.footer {
font-family: "Verdana", serif;
color: black;
text-shadow: 1px 1px 0px white;
font-size: .7em;
font-weight: bold;
}

#content{
position: absolute;
width: 866px;
min-height: 600px;
top: 2%;
left: 50%;
margin-top: 0px;
margin-left: -500px;

padding-left: 40px;
background: url(images/content.png);
border-radius: 10px;
-moz-border-radius:10px;
-khtml-border-radius:10px;
-webkit-border-radius:10px;
border: 1px white solid;
-webkit-box-shadow: 5px 5px 10px black;
-moz-box-shadow: 5px 5px 10px black;
box-shadow: 5px 5px 10px black;

}

label {
	font-size: 1.6em;
    width: 500px;
	min-height: 44px;
	max-height: 45px;
    display: block;
    float: left;
	vertical-align: middle;
}

select {
font-size: 1.2em;
}

input {
font-size: 1.2em;
}

.button {
	width: 833px;
}