* {
	margin: 0;
	padding: 0;
	-moz-outline:none;
	}

.red {background: red;}
.blue {background: blue;}

body {
	background: #DDD;
	color:black;
	overflow:visible;
	min-width: 900px;
	}
	
#container ul {list-style: none;}	

a  { color:black; text-decoration: none; }
a:visited  {text-decoration:none; color: black;   }
a:hover { text-decoration: none; color: #666; }
a:active{ text-decoration: none; color: black;}





#container {
	z-index:1000;
	position:relative;
	margin-top:50px;
	background: white;
	width: 300px;
	height: 650px;
	text-align: center;
    color:#333;
    margin-left: auto;
    margin-right: auto;
    padding:30px;
    font: 14px/1.5em "courier new", serif; letter-spacing: 0.1px;
    -moz-box-shadow: 0 0 1.2em #666;
	-webkit-box-shadow: 0 0 1.2em #666;
}

h2 {padding-top: 10px; padding-bottom: 5px; font:18px/1.5em "courier new", Times,serif; letter-spacing: 0.1px;}


#bg img.backgr {
	width: 100%;
	position: fixed;
	height: auto;
	top: 0;
	left: 0;
	z-index:10;

}

#bg span	{
	background: transparent url(raster.png) repeat scroll 0 0;
	position:fixed;
	top:0;
	left: 0;
	padding: 0;
	margin: 0;
	display: block;
	width:100%;
	height:100%;
	z-index:20;
}

