body{
	background-image:url(images/wallpaper.jpg);
	background-attachment:fixed;
	background-position:center;
}

div#menu{
	position:absolute;
	top:200px;
	left:2px;
	width:213px;
	height:auto;
	z-index:10000;
	
	background-color:#000;
    filter:alpha(opacity=70);
    -moz-opacity:.7;
    opacity:.7;  
}

div#topimage{
	position:absolute;
	left:0px;
	top:0px; 
	width:1024px;
	height:479px;
}

div#wrapper{
	position:absolute;
	left:300px;
	width:800px;
	height:auto;
	top:200px;
	color:#FFF;
	padding:10px;
	z-index:100;
	background-image:url(images/bg.png);  
	background-repeat:repeat;
}