body 
{
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #000000;
	background-color: #000000;
	overflow: hidden;
}
a:link {
	color: #000000; 
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none; 
}
a:focus {
	color: #000000; 
	text-decoration:underline; 
}
a:hover {
	color: #626262;
}
a:active {
	color: #000000;
	text-decoration:underline;
}
#content
{
	background-image: url(../bilder/background.png);
	background-repeat: repeat;
	margin-top: 200px;
	width: 100%;
	height: 300px;
}
#leftbox
{
	float:left;
	width: 600px;
	margin: 0px;
	margin-top: 100px;
}
#rightbox
{
	float:left;
	width: 200px;
	margin: 0px;
	margin-left: 25px;
	margin-top: 88px;
	text-align: left;
	border-left: 5px solid #000000;
	padding-left: 25px;
}
#center
{
	margin: 0 auto;
	width: 900px;
}
#footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	z-index:2000;
}
#myGallery
{
	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 1;
	width: 1900px !important;
	height: 1200px  !important;
}
#main
{	top: 0px;
	left: 0px;
	position: absolute;
	z-index: 2000;
	width: 100%;
	heigth: 100%;
}