.multimedia img{
    margin-left: 5px;
	margin-top: 5px;
	border: 0;
}

body {
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: top;
	margin-top: 0px;
	margin-left: 0px;
}
#content {
	left: 50%;
	position: absolute;
	top:95px;
	width:665px;
	margin-left: -332.5px;
	z-index: 2;
	background-image: url(../images/navigation/bg.png);
	display: block;
}
#header {
	width: 665px;
	left: 50%;
	position: absolute;
	z-index: 2;
	margin-top: -20px;
	margin-left: -332.5px;
	top: 16px;
}
#footer {
	padding-top: 10px;	
}
