@charset "windows-1251";
/* CSS Document */

body {
  background-color: #eee;
  /*background-image:url(bg4.png);
  background-repeat:no-repeat;
  background-position:bottom right;
  background-attachment:fixed;*/
  /*margin: 0 auto;*/
  /*margin-bottom: 0px auto 50px;*/
  text-align: center;
  padding:50px;
  font: normal 11px Arial, Tahoma, sans-serif;
  line-height: 17px;
}

a img, a.visited img {
  border: 0px; } 

a {
  color: #555; }

a:hover {
  color: #000;
  background-color:#ccc;
  }
  
* {font: normal Arial, Tahoma, sans-serif; text-decoration:none;}
  
#header{
  width: 150px;
  height: 150px;
  margin: 0px auto;
  padding: 0px; 
  background-color: #fff;
  border-top-left-radius:75px;-moz-border-radius-topleft:75px;-webkit-border-top-left-radius:75px;
  border-top-right-radius:75px;-moz-border-radius-topright:75px;-webkit-border-top-right-radius:75px;
  border-bottom-right-radius:75px;-moz-border-radius-bottomright:75px;-webkit-border-bottom-right-radius:75px; 
  border-bottom-left-radius:75px;-moz-border-radius-bottomleft:75px;-webkit-border-bottom-left-radius:75px;
  }

#header img {margin:40px; max-width:70px;}

#header a:hover {background:none;}

#menu {position:relative; float:left; margin:30px;}
  

h1 {
  font-size:170%; line-height:65%; 
  font-weight:normal;
  color:#555;
  text-transform:uppercase;
  margin-bottom:20px;
  }

h1:hover { color: #000;}

#container {  margin: 0px auto;
  text-align: left;
  padding: 0px 0px 50px; 
  position: absolute;
  top:20px; left:120px;}
		
#content {float:left;
position:relative;
  /*margin: 100px;*/
  /*position: relative;*/
  margin-top:50px;  
  width:400px;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  
  border-top-left-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;
  border-top-right-radius:10px;-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;
  border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px; 
  border-bottom-left-radius:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;
  }
  
#content img {vertical-align:sub; max-width:350px;}

#links {
	width: 160px; 
	background-color:#fff;
	padding:10px;
	margin-top:20px;
	border-top-left-radius:10px;-moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;
  	border-top-right-radius:10px;-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;
  	border-bottom-right-radius:10px;-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px; 
  	border-bottom-left-radius:10px;-moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;}
	
#links #friends {margin-top: 10px;}

#links #friends img {max-width:50px; float:left; margin-right:3px; margin-bottom:3px;}

#links #nav {clear: both;}

.right {
  position:fixed;
  right:0;
  bottom:0;
  border: 0px;
  }
