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

body {
	background-color: #090909;
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0;
	text-align: center;
		background-image: url(http://www.alaska-info.de/bakgraund-01.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
}

.zzz{    
      padding: 0px;
      background-color: rgba(199, 199, 199, 0.4);
      color: rgba(199, 199, 199, 0.4);
      text-shadow: 1px 1px 1px #060606;
      width: 722px;
      height: 722px;
	  border: 2px solid #7b7b84; 
	  -webkit-border-radius: 522px; 
	  -khtml-border-radius: 522px; 
	  -moz-border-radius: 522px; 
	  border-radius: 522px; 
	  behavior:url(border-radius.htc);
      

	}
	
	.round { 
     padding: 0; 
	 width: 640px; 
	 height: 640px;
	  border: 2px solid #7b7b84; 
	  -webkit-border-radius: 322px; 
	  -khtml-border-radius: 322px; 
	  -moz-border-radius: 322px; 
	  border-radius: 322px; 
	  behavior:url(border-radius.htc);
	  }	