body {
         font-family: arial,helvetica,sans-serif;
	font-size: 12px;
         color: #FCB128;
         line-height: 18px;
         background-color: #E52D1D;
	margin: 0px;
	padding: 0px;
}

a {
         color: #FCB128;
	text-decoration: none;
}


#outer {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 25%;
}

#inner {
	margin: 0px auto;
         width: 414px;
	text-align: center;
}

#buttons{
	margin-top: 30px;
}

#footer {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
}