    body{
        background: #cef;
        color: #333;
    }

    a{
        text-decoration: none;
        color: #333;
    }

    a:hover{
        text-decoration: underline;
    }

    #container{
        margin: auto;
        width: 1000px;
        height: 1000px;
    	font-family: 'myriad pro', helvetica, sans-serif;
    	background: #eee;
    }

    #logo{
    	margin: 0px;
        font-size: 2em;
    }

    #logo h1{
        margin-top: 0;
    }

    #logod{
        font-weight: normal;  
    }

    #menu{
    }

    #menu a{
        float: right;
        position: relative;
        border: 2px solid black;
        top: -100px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
        padding: 16px 20px 10px 22px;
        display: block;
        overflow: hidden;
        line-height: 0; 
        font-size: 1.5em;
    }
