html{
	height:101%;
}

body
	{margin-top: 0px;
	 margin-left: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 background-color: #000000;
	 font-family: verdana;
	 color: #ffffff;
	 font-size: 10px;
	}

#menue{
	height:20px;
	width:615px;
	margin: 0px;
	padding:0px;
}

#header
	{
	 width:400px;
	 padding-left:40px;
	}
	
#logo{
	height:27px;
	width:367px;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 6px;
}
#linespacer1{
	height:1px;
	width:600px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#linespacer2{
	height:1px;
	width:600px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
}
table.content1
	{
	 width: 100%;
	 height: 100%;
	 background: url(../img/back_nleft.jpg) no-repeat top left;
	}

table.content2
	{
	 width: 100%;
	 height: 100%;
	 background: url(../img/back_nright.jpg) no-repeat top right;
	}

td
	{
	 font-family: verdana;
	 color: #ffffff;
	 font-size: 10px;
	}

.title
	{
	 color: #cccc99;
	 font-weight: bold;
	 font-size: 12px;
	}

.discotitle
	{
	 color: #cc0000;
	 font-weight: bold;
	 font-size: 12px;
	}

.bottom	
	{
	 color: #cccc99;
	 font-weight: bold;
	 font-size: 8px;
	}

img
	{
	 border: 0px;
	}

img.pic
	{
	 border: 1px solid #cccc99;
	}

a:hover img.pic
	{
	 border: 1px solid #cc0000;
	}

a
	{
	 font-family: verdana;
	 color: #cccc99;
	 font-size: 10px;
	 text-decoration: none;
	 outline:0;
	}

a:hover
	{
	 font-family: verdana;
	 color: #cc0000;
	 font-size: 10px;
	 text-decoration: none;
	 outline:0;
	}

#left
	{
	float:left;
	 width: 265px;
	 background: url(../img/transback.gif);
	}
#leftcontent
	{
	 padding: 15px;
	 font-size: 10px;
	 font-family: verdana;
	 color: #ffffff;
	 text-align: left;
	}
	
	
#imgborder{
border:#cccc99 1px solid;
}

.guestContent { color:#ffffff; 
	padding: 5px 5px 5px 5px;
	font-size : 10px; font-family : verdana, arial, helvetica, sans-serif;
}



.contentbg {
	background-color:#373737;
	background-image:url("../img/entry.jpg");
	background-repeat : repeat;
}