/* Start of CMSMS style sheet 'scoala' */
/* CSS Document */

#container
{
   width: 1000;
   height: 1000;
   position: relative;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   background-color:#FFFFFF;
}
body
{
   text-align: center;
   margin: 0;
}
#header {
width: 1000;
height: 263;
padding-top : 2;
}

#banner{
position: absolute ; 
left :2; 
width:205; 
height:170;
background:url(images/poza1.jpg);
}

#footer {
	top : 685;
	width:665;
	height: 35px;
}
#pagina {
position: absolute ; 
left: 340; 
top:280; 
width:650; 
height:692;
}

a
{
   color: 	#000000;
text-decoration:none;
}
a:visited
{
   color: 	#000000;
text-decoration:none;
}
a:active
{
   color: 	#000000;
text-decoration:underline;
}
a:hover
{
  color: 	#000000;
text-decoration: underline;
}

/* End of 'scoala' */

