@charset "utf-8";
/* CSS Document */

html { 
	background: url(hamarabg.jpg)  center center fixed; 
	background-repeat: repeat;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}
body {
margin:0px 0px;
padding:0px;
}

#wrapper
{
position: inherit;
margin: 0px auto;
width:1000px;
height:100%;	
	
}
#hamara {
position: static;
background-image:url(HamaraDark.png);
width:512px;
height:163px;	
margin-top:30%;
margin-left:50%;
	
}