body  {
   font                    : 100% Verdana, Arial, Helvetica, sans-serif;
   margin                  : 0;
   padding                 : 0;
   color                   : #FFF;
   height                  : 100%;
   background-position     : bottom;

   background-color        : #333333;
   background-repeat       : repeat-x;
   background-position     : bottom center;

}
a:link{
	color: #FFCC33;
   text-decoration: none;
}
a:visited{
	color: #FFCC33;
   text-decoration: none;
}
a:hover{
	color: #F22;
   text-decoration: none;
}

#container{
   width	            : 900px; 
   margin	         : 0 auto;
   border	         : 0px solid #000000;
}
#message{
	margin            : 10px auto;	
	width             : 812px;
	height            : 25px;
	background        : #008000;
	color             : #ffffff;
	padding           : 4px;
	text-align        : center;
}
#header{
   text-align        : center;
	margin            : 0 auto;	
	width             : 812px;
	height            : 170px;
	background-image  : url('graphics/header.png');
}
#navigation{
   width             : 725px;
   height            : 70px;
	margin            : 0 auto;
	text-align        : center;
}
#navigation #button{
   float             : left;
   width             : 129px;
   height            : 50px;
	margin            : 0 auto;
   margin-right      : 10px;
   background-image  : url('graphics/nav_button.png');
}
#navigation #button:hover{
   float             : left;
   width             : 129px;
   height            : 50px;
	margin            : 0 auto;
   margin-right      : 10px;
   background-image  : url('graphics/nav_button_hover.png');
}
#navigation #link{
   color             : #000;
   font-size         : 20px;
   padding-top       : 15px;
}
#navigation #link a:hover{
   color: #333;
}
#contents{
	margin            : 0 auto;	
	width             : 802px;
	height            : 427px;
overflow:auto;
	background-image  : url('graphics/contents.png');
}
#footer{
	margin            : 0 auto;	
	width             : 805px;
	height            : 30px;
	background-image  : url('graphics/footer.png');
}
#cms_text{
	padding           : 30px;
	line-height       : 150%;
}
