body {
    background-color:#999999;
}

#main {
    position:absolute;
    height:1000px;
    width:1000px;
    top:20px;
    left:110px;
    padding:10px;
    margin:25px;
    background-color:#AAAAAA;
    /*border:thin dotted blue;*/
}

#nav {
    position:absolute;
    height:30px;
    width:990px;
    top:150px;
    padding:5px;
    margin-top:5px;
    margin-bottem:5px;
    /*border:thin dashed red;*/
    background-color:#777777;
}

.menu {
    position:relative;
    top:5px;
    font-size:18px;
    font-family:arial;
    color:#000000;
   text-decoration:none;
}

#title {
    position:absolute;
    top:90px;
    left:80px;
    padding:5px;
    margin:5px;
    font-family:cursive;
    font-size:40px;
    color:#000000;
    text-align:left;
    text-decoration:none;
}

.title {
    font-family:cursive;
    font-size:40px;
    color:#000000;
    text-align:left;
    text-decoration:none;
}

#subscribe {
    position:absolute;
    top:20px;
    right:25px;
    font-family:Times;
    font-size:21px;
    color:#000000;
    background-color:#777777;
    margin:2px;
    padding:10px;
    border-bottom-right-radius:1em;
    border-top-left-radius:1em;
    border:thin solid #333333;
}

#logo {
    position:absolute;
    top:100px;
    left:20px;
    padding-left:5px;
    /*border:thin dotted yellow;*/