body,html {
padding:0px; 
margin:0px 0px 30px 0px; 
width:100%; 
height:100%; 
color: #000000;
}

body
{	
background: url('imgs/background.gif') left bottom fixed repeat-x #7d7d7d;
font-family:"Lucida Grande","Helvetica", Arial, Verdana;
font-size:12px;
overflow:none;
}

p {
	font-size: 1.1em;
line-height: 1.5em;	
}
input {
	
	font-size: 15px;
	padding: 5px;
	margin:5px;
	
}

#start {
	background-color: #ffffff;
position: absolute;	
display: block;
width: 600px;
	
left:50%;
top:200px;
margin-left: -300px;
border-width: 5px 5px 50px 5px;
border-style: solid;
	border-color:  #000;
	text-align: left;
	padding: 10px;

}

#content {
padding: 10px;	
}

#launchpad {
width: 425px;
padding: 5px;
border: 3px solid #fd7f00;	
display:block;
	border-radius: 25px;
-moz-border-radius: 25px;
-webkit-border-radius: 25px;
}

#payoff {
position: absolute;
z-index: 99;
right: 5px;
bottom: 5px;
background-color: #ffffff;
text-align: center;
font-size: 9px;	
}

#fontsetup {
position: absolute;
z-index: 99;
right: 5px;
top:5px;
text-align: left;
font-size: 9px;
cursor:pointer;	
}
