	body {
	font: 12px Tahoma, sans-serif;
	color: #FFF;
	background: #6e6e6e url(img/bg.png);
	margin:0px;
	padding:0px;
  }
	
	#logo {
  background-image: url(img/logo.png);
  position: absolute;
  top: 19px;
  height: 90px;
  width: 363px;
  }
  
  #picture {
  background-image: url(img/picture.png);
  position: absolute;
  top: 30px;
  left: 363px;
  height: 68px;
  width: 538px;  
  }
  
  #button {
	width: 100px;
	height: 25px;
	background: url(img/button_home.png);
	margin: 0px auto; padding: 0px;
	position: absolute;
	left: 785px;
  top: 4px;
	}

  #center {
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
  }

	
	#button a {height: 25px; display: block;}
	#button a:hover {background: transparent url(img/button_home.png) 0px -25px no-repeat;}
	#button span {display: none;}
	
	#content {
  position: absolute;
  top: 100px;
  left: 49px;
  width: 751px;
  padding: 50px;
  }
  
  ul {
  list-style-type: none;
  padding: 0px 5px 15px 0px;
  margin: 5px 5px 15px 0px;
  }


  li {
  background: url(img/li.png) left top no-repeat;
  padding: 0px 0px 8px 20px;
  margin: 0px;
  }

  #content p {
  line-height: 15px;
  padding: 0px 5px 10px 0px;
  margin: 5px 5px 10px 0px;
  }
  
  #pa1 p, #pa2 p{
  line-height: 15px;
  padding: 0px 5px 0px 0px;
  margin: 5px 5px 15px 0px;
  }
    
  #content h2 {
  font: 20px Arial, Tahoma, sans-serif;
  font-weight: bold;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  }
  
  a:link, a:focus, a:active, a:visited {
  color: #60ddff;
  font-weight: bold;
  }
  
  a:hover {
  background-color: rgb(50,50,50);
  text-decoration: underline;
  font-weight: bold;
  }  
