



* {
	margin: 0;
 }

html, body {
 	height:100%;
	background: #550000;
	color: #ffffcc;
}

div {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #550000;
	color: #ffffcc;
}

div.container {
	min-height: 100%;
	height: auto;
	height: 90%;
	margin: 0 auto -60px;
}

div.header {
	text-align: center;
	padding:10px;
} 

div.content {
	width: 100%;
	position: absolute;
}

div.about {
	width: 700px;
}

div.footer {
	font-size:10px;
	color:#cccc99;
	width:100%;
	height:60px;
	text-align:center;
}

div.title {
	font-size:30px;
	font-style:bold;
}

div.subtitle {
	font-size:12px;
}

div.quote {
	font-size:10px;
	text-align:left;
}

div.questions {
	color:#cccc99;
	width:500px;
	text-align:left;
}	

div.center {
	text-align:center;
}

div.services {
	color:#ffffcc;
}

li {
	color:#ffffcc;
	font-weight: bold;
}

a { color:#ffffcc; text-decoration:none; }
a:visited { color:#ffffcc;}
a:hover { color:#ffffcc; text-decoration:underline; }
a:active { color:#ffffcc;}

