body {
 	background-color: black;
	background-image: url(pics/kaffekopp2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#wrapper {
   	margin-left: 35%;
}

#select {
	position: relative; top: 80px; left:1%;
}


#footer {
	position: relative; top: 300px;z-index:2;
}



/* ............................................................... FORMATTING ............................................................. */

table		{ border: 0px solid #bbbbbb; }
p,td		{ font: 8pt "tahoma"; color: #111111; text-align:left;}
td.white		{ font: 7pt tahoma; color: white; text-align: center; }			
img.bordered	{
		border:1px solid #669933;}
		a img.bordered {border:1px solid #000000;}
		a:hover img.bordered {border: 1px solid #cc9933;
}

a 		{ text-decoration: none; }
a:link 		{ color: #669933; }
a:visited 		{ color: #669933; }
a:hover 		{ color: #ffcc33; }
a:active 		{ color: #669933; }


