@charset "utf-8";
/* CSS Document */

body{
	background:url(bg.jpg) center;
	margin:0px;
	text-align:center;
	font-family:Georgia,"Times New Roman",Times,serif;
	min-height:100%;
}
#header { 
	background-color:#564444; 
	width:100%;
	height:118px;
	vertical-align:middle;
}
#header a{
	color:#FFFFFF;
	line-height:2.2;
	font-size:24px;
	padding:10px;
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}
#content {
	color:#000000;
	min-height:900px;
}
#content h1{
	padding:10px;
	font-size:16px;
	color:#564444;
}
#content p{
	font-size:14px;
	color:#262626;
	padding:15px;
}
#footer { 
	background-color:#000; 
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	height:250px;
	border-top:solid #f2bac3 5px;
}
#footer h1{
	color:#3d3533;
}
#footer a{
	text-decoration:none;
	color:#3d3533;
}
#footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
img{
border:none
}