/* ---------------------------------------------------------- */

body { 
margin:0; padding:0; 
text-align:center; 
font-family: Verdana, Arial; 
font-size:13px; 
background:#CCFFFF; 
color:#000000; 
background: url('bgblue9.jpg') no-repeat center center fixed; 
background-size: cover; 
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
behavior:url(/border-radius.htc); 
} 


/* ---------------------------------------------------------- */

.text1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } 
.text2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; } 
.text3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; } 
.text4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px; } 
.text5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 28px; } 


/* ---------------------------------------------------------- */


.rund6 { 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	-khtml-border-radius:6px; 
	border-radius:6px; 
} 

.rund8 { 
	-moz-border-radius:8px; 
	-webkit-border-radius:8px; 
	-khtml-border-radius:8px; 
	border-radius:8px; 
} 

.rund10 { 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	-khtml-border-radius:10px; 
	border-radius:10px; 
}

.rund20 { 
	-moz-border-radius:20px; 
	-webkit-border-radius:20px; 
	-khtml-border-radius:20px; 
	border-radius:20px; 
} 

.rund30 { 
	-moz-border-radius:30px; 
	-webkit-border-radius:30px; 
	-khtml-border-radius:30px; 
	border-radius:30px; 
} 


/* ---------------------------------------------------------- */

#wrapper { 
  margin:6px auto; 
  padding:0; 
  width:1180px; 
  background-width: 100%; 
  text-align:center; 
} 


/* ---------------------------------------------------------- */

.box1 { 
margin:0 auto; 
padding:4px 8px; 
width:840px;
text-align:left;
background:#FFFF33;
color:#000000; 
border:2px solid #3333AA; 
}

/* ---------------------------------------------------------- */

.box2 { 
margin:0 auto; 
padding:4px 8px; 
width:840px;
text-align:left;
background:#33FFFF;
color:#000000; 
border:2px solid #3333AA; 
}

/* ---------------------------------------------------------- */

