/*** 

	general layout elements 

*/
.body {
	margin: 0px 0px 0px 0px;
	background-color: white;
	overflow: hidden;
	}

#layout {
	position: relative;
	top:280px; width: 320px; height: 145px;
	margin-left: auto; margin-right: auto;
	}

#logo {
	position: relative;
	top:180px; width:434px; height:70px;
	margin-left: auto; margin-right: auto;
	background-image: url('vw_logo.png');
	background-repeat: no-repeat;
	}

#msgtitle {
	position: relative;
	top:15px; width: 300px; height: 20px;
	margin-left: auto; margin-right: auto;
	font: bold 14px/15px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	color: #a0a0a0;
	text-align: center;
	}
	
#message {
	position: relative;
	top:60px; width: 300px; height: 10px;
	margin-left: auto; margin-right: auto;
	font: bold 10px/11px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	color: #a0a0a0;
	text-align: center;
	}

#footer {
	position: absolute;
	bottom: 5px; width:97%; height:10px;
	font: bold 8px/11px "Lucida Grande", "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	color: #a0a0a0;
	text-align: center;
	}
	
a, a:visited {
	color:#44A1D0;
	text-decoration:none;
	}
	
a:hover { 
	text-decoration: underline;
	}
	
