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

body {
	color:#fff;
	font-family:Cambria,Georgia,"Times New Roman",serif;	
	background-color:#27343C;
	text-align:center;
	margin:0 auto;	
	width:800px;
	font-size:16px;
}

a {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	color:#0E7FC7;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#wrap {
	text-align:left;
}

#logo {
	height:300px;
	background:url(logo.gif) no-repeat center center;
}

#contact {
	text-align:center;
	margin:100px 0;
}

ul#services {
	margin:0 auto;
	padding:0;
	list-style:none;
	text-align:center;
}

ul#services li {
	display:inline;
	padding:0;
	margin:0 10px;
	line-height:20px;
}

#teaser {
	position:absolute;
	bottom:0;
	right:0;
	background:url(teaser_bg.gif) no-repeat left top;
	padding:60px 25px 25px 60px;
}
