body {
	background: #191919;
	margin:0;
    overflow:hidden;
    padding:0;
	}
	
	
h1 {
	font-size: xx-large;
	text-transform: uppercase;
	font-style: italic;
}
a {text-decoration: underline; color: white; font-weight: normal;}
a:hover {text-decoration: none; color: white; font-weight: normal;}
.container{
	background-color:#191919;
	width:500px;
	margin:0 auto;
	color:#FFF;
	overflow:hidden;
}

a img { color: none; text-decoration: none; border: none;}

.flying-text{
	margin-left:-100px;
}

.main{text-align: center;width:30%;margin: 0px auto;}

li{color:#fff;font:bold 13px Georgia,Times,serif;font-style:italic;list-style: none;}

li a { text-decoration:none; font-weight: bolder;}
ul {list-style-type: none;padding: 0px;}
ul.sites a { text-decoration: underline; color: white; font-weight: normal; margin:0;padding: 0px 0px 0px 20px;list-style-type: none;-webkit-padding-start:0px;}
ul.sites a:hover {text-decoration: none;}

.upperleft { z-index: 1001; position:absolute; top:5px; left:5px; }

.upperright {z-index: 1001; position: absolute; top: 5px; right: 5px;}