@charset "UTF-8";
/* CSS Document */

body {
background-color: black;
margin: 0;
text-align: center;
font-family: Verdana;
font-size: 62.5%;

}


a:link {
text-decoration: none;
color: #ccc;
}

a:visited {
text-decoration: none;
color: #ccc;
}


a:hover {
text-decoration: none;
border-bottom: #0099FF dashed 1px;
background-color: #333;
}

a:active {
text-decoration: none;
border-bottom: #0099ff dashed 1px;
background-color: #999;
}



#window {
background: url(../images/Logo_black.jpg) no-repeat 0% 50%;
width: 800px;
height: 300px;
text-align: left;
margin: 10% auto;
/*padding: 3px 3px 3px 350px;
*/
}



#contact {
font-size: 1.2em;
width: 400px;
margin-left: 350px;
color: #ccc;

}

#contact h1 {
font-size: 1.6em;
font-weight:lighter;
margin: 0;
margin-top: 50px;
padding: 0;
color: #999;

}

#contact h2 {
font-size: .9em;
font-style:italic;
margin: 0;
padding: 0;
margin-bottom: 10px;
}

#contact p {
margin: 0;
padding: 0;
font-size: 1.2em;
}


#updatetag {
color: #333333;
text-transform:lowercase;
font-size: .9em;
text-align: center;
}


