html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body {
    font: 80% Arial, Helvetica, sans-serif;
    color: Black;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}
a:link { color: #2AA000; text-decoration: underline }
a:visited { color:#2AA000; text-decoration: underline }
a:hover { color: #2AA000; text-decoration: none}

#main { 
    position: absolute;
    width: 550px;
    top: 50%;
    left: 50%;
    margin-left: -275px;
    margin-top: -250px;
}

#now {
    margin: 30px 0px 50px 40px;
    text-align: left;
    color: #6C6C6C;
}

#cuba {
	font-size: 180%;
	text-align: center;
}

