body {


  background: url("back.png") repeat-x;
}


a:link, a:visited, a:hover {
	color: #e71212;
	text-decoration: underline;
 }

#fullpage {
    width: 780px;
    margin: auto;
    overflow: hidden;
    font-size : 22px;
  }
#logo {
    width: 300px;
	float: left;
    color: #222;
     font-size : 50px;
  }
#logo a{
    color: #222;
     font-size : 50px;
     text-decoration: none;
  }
#menu {
    width: 400px;
	float: right;
    color: #555;
     font-size : 16px;
  }
#menu a {
    margin-right: 20px;
  }

#content {
	clear: both;
    width: 780px;
  }
h1 {
    width: 780px;
     font-size : 30px;
     padding-bottom: 0;
     padding-top: 30px;
     padding-left: 35px;
  }


.text {
   padding: 10px;
   padding-left: 37px;;
   font-size : 16px;
	text-align: justify;
  }




#footer {
    width: 800px;
	float: left;
    color: #555;
     font-size : 14px;
margin-top: 20px;
  }
  
  #main_pic
  {
  float: right;
  margin-right: 10px;
  padding: 10px;
  }