body {
margin-left:20%;
background-color:white;
font-family:  calibri, cambria, lucida, tahoma;
}
#top {
text-align:center;
height:70%;
width:900px;
display:block;
background-color :white;
background-image:url('../img/cocktail.jpg');
background-position:left top;

-moz-border-radius-topright : 1em;
-moz-border-radius-topleft : 1em;

-webkit-border-top-left-radius : 1em;
-webkit-border-top-right-radius : 1em;
}

div#top-title {
font-size:80px;
font-family: cambria, calibri, lucida, tahoma;
font-weight:bold;
color:black;
text-decoration:none;
color:white;
}

p#top-message{
border-left: 7px double white;
padding:5px;
padding-top:0px;
float:right;
line-height:1em;
text-align:left;
font-size:20px;
font-weight:bolder;
font-family: calibri, lucida, tahoma;
color:#007bff;
width:500px;
}

#bottom{
height:30%;
}

a{
font-family:comic tahoma courier;
font-weight:bold;
color:black;
text-decoration:none;
font-size:60px;
font-family:  calibri, cambria, lucida, tahoma;
}

#bottom-left{
font-size:60;
float:left;
display:inline;
width:299px;
height:100%;
text-align:center;
background-color :orange;
border-right: 1px solid white;

-moz-border-radius-bottomleft : 1em;
-webkit-border-bottom-left-radius : 1em;
}

#bottom-left:hover{
background-color:white;
background-image:url('../img/codescr.png');
}

#bottom-left:hover a{
color:white;
}

div.sublink{
 color:white; 
 font-size:18px;
 line-height:1em;
 height:75%;
 text-align:center;
}

#bottom-center{
float:left;
display:inline;
width:298px;
height:100%;
text-align:center;
background-color:blue;
border-left: 1px solid white;
border-right: 1px solid white;
}

#bottom-center:hover{
background-color:white;
background-image:url('../img/holidayscr1.jpg');
color:yellow;
font-size:65;
}

#bottom-center:hover a{
color:white;
}

#bottom-right{
float:left;
font-size:60;
display:inline;
width:299px;
height:100%;
text-align:center;
background-color:green;
border-left: 1px solid white;

-moz-border-radius-bottomright : 1em;
-webkit-border-bottom-right-radius : 1em;
}

#bottom-right:hover{
background-image:url('../img/slavery.jpg');
background-position:center left;
background-color:white;
font-size:65;
}

#bottom-right:hover a{
color:white;
}
