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

html, body{
	font-family: 'Open Sans', Verdana, Arial, Geneva;
	background: url('fabricbg.png') repeat;
	margin: 0;
	padding: 0;
}

#wrapper{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#logo{
	position: absolute;
	width: 60px;
	height: 60px;
	background: url('logo.png') repeat;	
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;	
}

#logo img{
	transition: transform 1s;	
}

#logo img:hover{
	transform: rotate(360deg); 	
}
	
h1{
	font-size: 120px;
	font-weight: 800;
	text-transform: uppercase;
	color: rgb(255,255,255);
	text-align: center;
	margin: 0;
}

