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

hr {
    border-style: inset;
    width: 80%;
    border-width: 1.5px;
}

   #myCanvasContainer {
   position:absolute;
   right:100px;
 }


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;
}

#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;
}

#gms {
    margin-top:100px;
    margin-left:auto;
    margin-right:auto;
    width:890px;
    height:1147px;
   }

#gms img {
    margin:auto;
   }

#logo {
   width:249px;
   height:249px;         
   position:relative;
   left:28px;
   top:28px;
   }


