/* general stuff */


body{
margin:0;
padding:0;
text-align: center;
font: normal small 'Comic Sans MS', sans-serif;
background: #636363;
color: black
}


/* wrapperek - tło */
#wrapperek {
	background: #636363 url(../image/bg_vert_line1.jpg) repeat-x top;
}

a {
text-decoration:  none;
border: none;
color: #fffff0;
 }
a:hover {
text-decoration:  underline; 
border: none;
color: #fffff0;
 }
 
/* Layout */



.contentpaneopen2 {
text-align: center;
background: transparent;
color: white;
font-size: 12px;
font-family: 'Comic Sans MS', sans-serif;

}


#footer-800{  
height: 40px; 
margin-right: 100px;
font-size: 10px;
text-align: right;
color: #f0f0f0;
}