@charset "UTF-8";
/* CSS Document */

#main{
	background-image:url(../images/vwfbgpeople.jpg);
	background-repeat: no-repeat;
	height:381px;
}
ul li {line-height: 22px;}
h1 { margin: 3px 3px;}
#main img{margin-left:255px; margin-top:45px;}
#buttons{
	margin-top: -62px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	text-transform: uppercase;
	color: #C00;
	text-decoration: none;
}
#buttons a{
	color: #FCA613;
	text-decoration: none;
}
.button{
	background-image:url(../images/btnbg.png);
	width:200px;
	height:150px;
	text-align:center;
	background-repeat: repeat;
	border: 1px solid #666;
}
.button p{height:70px; margin-top:10px; vertical-align:middle;}
.button img{border: none; display:block;}
#footer{
	margin-top:25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}
#alert{background:red; color:white; font-size:22px; font-weight:bold; padding:8px; width:100%; text-align:center; font-family:Arial, Helvetica, sans-serif;}
#alert a{color:white;}