body {
	font-family: verdana, arial, sans-serif;
	background-image: url("/img/stripe-bg.png");
	/* background-repeat: repeat-x; */
}

a {
	color: #a20000;
}

#shell {
	text-align: center;
	vertical-align: middle;
}

#container {
	
	width: 800px;
	background-color: #fff;
	border: #999 solid 2px;
}

#header, #footer {
	text-align: center;
	clear: both;
}

#colright {
	width: 290px;
	padding: 2px;
	float: right;
	text-align: center;
}

#colleft {
	width: 480px;
	padding: 2px;
	float: left;
	text-align: center;
}

#download {
	background: url("/img/download_bg.png") no-repeat;
	height: 300px;
	width: 515px;
}

form {
	text-align: center;
	padding-top: 30px;
	padding-left: 200px;
}

#button {
	margin-top: 10px; 
	font-size: 30px; 
	font-weight: bold; 
	font-family: Times, sans-serif;
	background: #cc0000;	
	color: #fff;
}

input {
	text-align: middle;
	font-size: 20px;
	width: 230px;
	border: #000 solid 2px;
}

img {
	border: 0;
}

