@media screen {

body { 
font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
font-size: 10px;
color: #333;
margin:: 0px;
background-color: #99BBC5;
background-image: url(bg-home.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#menu-sx{
position:absolute;
text-align: left;
margin-left: 40px;
margin-top: 15px;
}

#menu-dx{
position:absolute;
text-align: right;
margin-left: 410px;
margin-top: 30px;
}

#ufoDemo{
position:absolute;
margin-top: 0px;
margin-left: 360px;
}

#flags{
position:absolute;
margin-top: 0px;
margin-left: 360px;
}

#booknow{
position:absolute;
margin-top: 100px;
margin-left: 520px;
}

sup {
color: #333;
font-weight: bold;
font-size: 10px;
}

a {
font-size: 18px;
text-decoration: none;
padding: 2px;
padding-left: 5px;
padding-right: 5px;
}

a:link {
color: #00566E;
font-weight: bold;
}

a:visited {
color: #00566E;
font-weight: bold;
}

a:hover {
color: #b22222;
font-weight: bold;
}

a:active {
color: #00566E;
font-weight: bold;
}

}





@media print {

body { 
display: none;
}

}
