﻿* { padding: 0; margin: 0; }

body {
 font-family: Arial;
 background-color: #8CC63F;
 background:url(images/tlo.jpg) repeat;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#navigation {
 float: left;
 width: 450px;
 height: 100px;
 color: #FFFFFF;
 background: #FFFFFF;
 background:url(images/logo.jpg) no-repeat;
}
#navigation1 {
 float: right;
 width:450px;
 height: 100px;
 color: #FFFFFF;
 background: #FFFFFF;
}
#header {
 border-color: #FFF200;
 border-top: 7pt groove #FFF200;
 float: left;
 width: 900px;
 height: 200px;
 background: #FFFFFF;
 background:url(images/baner1.jpg) no-repeat;
}
#content { 
 border-color: #FFF200;
 border-top: 7pt ridge #FFF200;
 float: left;
 width: 900px;
 height: auto;
 background: #FFFFFF;
 display: inline;
 }
#footer { 
 border-color: #FFF200;
 border-top: 7pt groove #FFF200;
 float: left;
 width: 900px;
 height: 30px;
 background: white none repeat scroll 0% 50%;
 clear: both;
}
