body { padding: 5%; background: url(img/bg.jpg); }

#container { 

margin: 0 auto;
width: 1000px;
}


#top {

height: 130px;
width: 1010px;
}

#navigation {

height: 25px;
background: red;
color: white;
padding-top: 5px;
width: 1010px;
}
#navigation a {
color: white;
font-weight: bold;
text-decoration: none;
font-family: Arial;
font-size: 15px;
padding:8px 13px 5px 13px;
}
#navigation a.admin {
    float: right;
    padding: 8px 13px 5px 13px;    
    margin-top: -5px;
    margin-right: 15px;
}
#navigation a:hover {
color: red;
background:white;
}

#navigation span {

margin-left: 40px;
}

#content {

background: white;
width: 100%;
border-left: 5px solid red;
border-right: 5px solid red;
}


#puste {

height: 60px;
}

#text {

background: white;
overflow-y: scroll;
width: 880px;
height: 350px;
margin: 0px 0px 0px 120px;

	scrollbar-base-color: black;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-arrow-color: white;
	scrollbar-track-color: white;

}

#footer {

width: 1010px;
height: 27px;
background: url(img/footer.jpg);
}
