/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

html {
    background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */

background-attachment: fixed;
}

body {
    margin-top: 0px;
    margin-bottom: 0px;
}


ul {
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
margin:1em;
}

li {
float:left;
}
a:link,a:visited {
display:block;
width:180px;
background-color:#dddddd;
border-radius: 30px;
text-align:center;
color:#000000;
text-decoration:none;

}

a:hover,a:active
{
background-color:#0080C0;
}

#logo {
   width:325px;
   height:249px;         
   position:relative;
   margin: 1cm 2cm 1cm 2cm;
   font-family:Poor Richard;
   font-size:xx-large;
   color:#ffffff;
   
   }

   
   #footer {
    background: none repeat scroll 0 0 #373737;
    border-top: 1px solid #ff4b02;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(52, 51, 51, 0.9);
    text-align:center;
}


 
 #new {
   width:95%;
   border-radius:5px;
   background: linear-gradient(45deg, #000000, #6C7384);
   margin:auto;
  }
  #wrapper {
   margin: 0 auto;
   width:1000px;
  
  }

 p {
    text-indent: 50px;
}
