/* Splash Page CSS */

/* Quick Reset - don't try this at home */
*{margin:0; padding:0;}

/* Layout Styles */

body{background:#e31b1a;}
ul{list-style-type:none;}

#container{width:656px; height:408px; margin:85px auto; position:relative;}

#title{display:block; width:451px; height:72px; position:absolute; top:0px; left:0px; background:url(/images/globe/header.png); text-indent:-9999px;}

#northAmerica a{display:block; width:261px; height:195px; position:absolute; top:72px; left:0px; background:url(/images/globe/north.png); text-indent:-9999px;}

#southAmerica{display:block; width:106px; height:141px; position:absolute; top:267px; left:155px; background:url(/images/globe/south.png); text-indent:-9999px;}

#europe a{display:block; width:190px; height:150px; position:absolute; top:72px; left:261px; background:url(/images/globe/europe.png); text-indent:-9999px;}

#asia a{display:block; width:205px; height:308px; position:absolute; top:0px; left:451px; background:url(/images/globe/asia.png); text-indent:-9999px;}

#africa{display:block; width:190px; height:131px; position:absolute; top:222px; left:261px; background:url(/images/globe/africa.png); text-indent:-9999px;}

#australia a{display:block; width:143px; height:78px; position:absolute; top:308px; left:513px; background:url(/images/globe/outback.png); text-indent:-9999px;}

.on{background-position:bottom left !important;}
.alt{background-position:top right !important;}
