@charset "UTF-8";

a:link {outline:none; color:rgb(51,153,255); text-decoration: none;}
a:active { outline: none; text-decoration: none; color:none;}
a:focus { -moz-outline-style: none; }
a:hover {color:rgb(224,240,255);}
a:visited {color:rgb(51,153,255);}
a img {border:none;}

#alert {
margin:auto;
width:470px;
height:450px;
/*border:white 1px solid;
border-radius:10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;*/
position: relative; top:40px;
padding:13px;
color:rgb(224,240,255);
font-family: "Tahoma";
font-size: large;
font-weight: 200;
background: rgba(51,153,255,.2);
}

#navcontainer {
height: 61px;
clear:both;
padding-top:311px;}

#navcontainer ul {
padding: 0px;
margin: 0px;
float: left;
width: 100%;
}

#navigation {
clear:both;
position:relative; top:63px;
}


