html
{
	padding: 0;
	margin: 0;
}

body
{
	background-color: black;
	padding: 0px;

	text-align: center;
	color: #fff;
	font-family: "mammagamma", sans-serif;
	font-size: 13px;
}

h1
{
	color: #fff;
	padding: 0;
	margin: 0;
	font-family: "mammagamma", sans-serif;
	font-size: 48px;
	letter-spacing: -0.04em;
}

h3
{
	margin: 0 0 10px 0;
	padding: 0;
}

a
{
	color: #3d70a7;
	text-decoration: underline;
}

a:visited
{
	color: #fff;
}

a:active
{
	color: #b2dbf8;
}

#container {
position: relative;
left:auto;
top:0px;
width: 1024px;
	height: 768px;
margin-right:auto;
margin-left:auto;

}
#middle {
position: absolute;
left:10px;
top:5px;
width: 1024px;
	height: 768px;
	background: #000 url(images/full.jpg) top left repeat-x;
	margin-top: 25px;
z-index: 0;
}


/***********************************************



#middle{
	width: 1024px;
	height: 399px;
	background: #fff url(images/wmiddle.jpg) no-repeat;
}



#bottom{
	width: 1024px;
	height: 250px;
	background: #fff url(images/wbottom.jpg) right no-repeat;

	
}
	***********************************************/


#content {
	position: relative;

	float: left;
	padding-left: 255px;
	margin-top: 110px;
	width: 560px;
	height: 382px;
	overflow: auto;
z-index: 10;
	

}
#pictures {
	
	
padding-top:440px;
	float: left;
	margin-left: 240px;
	margin-top: 100px;
	height: 80px;
	width: 580px;
	overflow: auto;
z-index: 1;
	
	
	
}
