@charset "utf-8";
/* CSS Document */

body {
background-color:#FFFFFF;
margin-top:0;
padding:0;
}

#page-container {
background-image:url(../img/);
background-repeat:repeat-y;
border:0 none;
height:auto;
margin:0 auto;
padding:0;
width:950px;
z-index:1;
color:#FFFFFF;
}
#container {
background-image:url();
background-repeat:repeat-x;
border:0 none;
margin:0 auto;
padding:0;
width:950px;
height:auto;
z-index:1;
}
#header {
height:241px;
margin:0 auto;
overflow:hidden;
padding:0;
width:950px;
z-index:2;
}

#header-testata {
background-image:url(../img/logo.gif);
background-repeat:no-repeat;
background-position:center;
clear:both;
height:80px;
margin:0 auto;
overflow:hidden;
padding:0;
width:950px;
z-index:2;
}

#menu{
color:#FFFFFF;

}

#content {
height:auto;
margin:0;
padding:0;
width:950px;
z-index:2;
}

#footer {
background-position:center;
background-repeat:no-repeat;
border:0 none;
height:60px;
margin:0;
overflow:hidden;
width:950px;
z-index:2;
color:#FFFFFF;
text-align:center;
}
