	body{
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-family: georgia, serif;
		font-size: 12pt;
		color: #ffffff;
		background: #000000 url('images/background_home.jpg') center center no-repeat;
	}
	
	a{
	color: #611d1e;
	text-decoration: underline;
}

a:visited{
	color: #550000;
}

a:hover{
	color: #ff0000;
	text-decoration: none;
}

a:focus { outline: none; }
	
	#container{
		width: 1000px;
		background: #2b2b2b;
		height:450px;
		position:absolute;
		top:50%;
		left:50%;
		margin:-225px auto auto -500px;
		text-align:center;
	}
	
	
	#content{
		width: 650px;
		margin: 0px 0 0 100px;
		padding: 0 0 150px 0;
		color: #000000;
		background: #747474 url("images/background_content.jpg") top left no-repeat;
	}
	
	#content h1{
		margin: 10px 0 0 0;
		padding: 10px;
		color: #611d1e;
		font-size: 1.7em;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#content h2{
		margin: 10px 0 0 0;
		padding: 10px 0 0 10px;
		font-size: 1.2em;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#content p{
		padding: 10px;
		margin: 0;
	}
	
	#content img{
		float: right;
		margin: 7px -194px 7px 7px;
		width: 250px;
		position: relative;
		border: 6px #000000 dashed;
	}
