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

body {
	background-color:#faf7f7;
	background-image: url(../images/deanna_corso.png);
	background-position: center 240px;
	background-repeat: no-repeat;
	margin:0px;
	font-family:"Andale Mono", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#010101;
}
h1 {
	font-size:13px;
	font-weight:normal;
}
#header {
	height:37px;
	background-color:#2E2B2C;
	width:100%;
	text-transform:uppercase;
	color:#faf7f7;
}
#titles {
	padding-left:20px;
	padding-top:10px;
	
}
#container {
	margin-top:140px;
	width:708px;
	height:320px;
	margin-left:auto;
	margin-right:auto;
}
#contact {
	width:200px;
	text-align:center;
	float:right;
	padding-top:200px;
	
}
a.link {
	color:#010101;
	text-decoration:none;
	text-transform:uppercase;
}
a.link:hover {
	text-decoration:underline;
	
}