body 
{
	margin: 20px;
	height: 100%;
}
img
{
	border:none;
	margin:20px 0px;
}
#container 
{
	height: 95%;
	width: 95%;
	position: absolute;
	border: solid 1px red;	
}
#main 
{
	margin-top: 100px;
	font-family: Arial;
	font-size: 700%;
	font-weight: bold;
	color: #848484;
	line-height: 90%;
	letter-spacing: -5px;
}

#main a 
{
	color: #f36523;
	text-decoration: none;
}
#main a:hover 
{
	text-decoration: underline;
}
div#contact 
{
	font-size: 20px;
	margin-top: 30px;
	font-weight: normal;
	font-family: Arial;
	position: absolute;
	bottom: 20px;
}
div#contact a 
{
	color: #848484;
	text-decoration: none;
}
div#contact a:hover 
{
	color: #f36523;
	text-decoration: underline;
}