body {
	margin: 0px;
	font-family: Calibri;
	background: url('img/backgrounds/random.php') black top no-repeat;
	color: #AAAAAA;
}

#header {
	height: 150px;
	background-image: url('img/transparent.png');
	margin-top: 20px;
}

#header-2 {
	margin: auto;
	width: 1000px;
}

#header-logo {
	float: left;
	width: 33%;
}

#header-menu {
	float: left;
	margin-top: 50px;
}

#header-contact {
	background-image: url('img/transparent2.png');
	float: right;
	height: 100px;
	width: 450px;
	text-align: center;
	margin-top: 25px;
}

#content {
	margin: auto;
	width: 1000px;
	margin-top: 20px;
}

#footer {
	padding-top: 5px;
	font-size: 13px;
	text-align: center;
	height: 20px;
	width: 100%;
	position: fixed;
	bottom: 20px;
	background-image: url('img/transparent.png');
}

#footer-2 {
	font-size: 11px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 5px;
}

a {
	text-decoration:none;
	color: #AAAAAA;
}

a:visited {
	text-decoration:none;
	color: #AAAAAA;
}

a:hover {
	color: #FFFFFF;
}


