body {
	background-color: #000000;
}

#bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	min-height: 50%;
	min-width: 50%;
}

#main
{
	position: fixed;
	top: -50%;
	right: -50%;
	width: 200%;
	height: 200%;
}

#container
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -354px;
	width: 708px;
	height: 100px;
}



#forSale
{
}

#contact
{
	font: 41px 'Lato', sans-serif;
	font-weight: 700;
	color: #e6e6e6;
	width: 708px;
	text-align: center;
	position: absolute;
	/*top: 510px;*/
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.58);
}

a
{
	text-decoration: none;
	color: #e6e6e6;
	
}

a:hover
{
	text-decoration: underline;
}