body {background-image:url(bg.jpg);
width: 100%;
height: 1000px;}

#header {width: 100%;
padding: 10px;
text-align: center;
font-family: Century Gothic;
font-size: 30px;}
	
	b {text-align: center;
	font-family: Arial;
	font-size: 20px;}
	
	#all {width: 90%;
	position: absolute;
	left: 5%;
	right: 5%;
	margin-top: 30px;
	background: #8fc400; /* Old browsers */
background: -moz-linear-gradient(top, #8fc400 0%, #8fc400 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8fc400), color-stop(100%,#8fc400)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8fc400 0%,#8fc400 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8fc400 0%,#8fc400 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8fc400 0%,#8fc400 100%); /* IE10+ */
background: linear-gradient(to bottom, #8fc400 0%,#8fc400 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#8fc400',GradientType=0 ); /* IE6-9 */
	border: 5px solid black;
	font-family: century gothic;}
	
	#submit {margin-left:50%;
	font-size: 15px;
	height: 30px;}