@charset "utf-8";
/* CSS Document */

body {
   background-image:url(img/bg1.jpg);
   background-repeat:repeat-x;
   background-color:#090001;
   }
   
#wrapper {
   width:800px;
   height:100%;
   margin:0 auto;
   }
   
#header {
   width:800px;
   height:80px;
   margin:0 auto;
   }
   
#header_left {
   float:left;
   width:50%;
   height:100%;
   color:#FFFFFF;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   }
   
#header_right {
   float:right;
   width:50%;
   height:100%;
   color:#FFCC00;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   text-align:right;
   }
   
#blok {
	width:770px;
	height:100%;
	border: 10px solid #FFCC00;
	text-align:center;
	padding: 5px;
	}
	
#bloktext {
	width:770px;
	height:100%;
	text-align:center;
	padding: 5px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}
	
img {
	border: thin solid #800000;
     }
	 
h2  {
    text-decoration:underline;
	}
	
#bloktwo {
	width:770px;
	height:100%;
	border: 10px solid #FFCC00;
	text-align:center;
	padding: 5px;
	}
	 
a:link {
	color: #FFFFFF;
}

a:hover, a:active {
	color: #FFCC00;
}

a:visited {
	color: #FFFFFF;
}

.ws14 {font-size: 30px;}
.ws8 {font-size: 11px;}