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

body {
	background-color:#000;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	}
	
.main{
	width:100%;
	margin:0 auto;

}
.main-background{
		position: relative;
	overflow: hidden;
	height: 100%;
}
.img-oz, .img-oz img {
	width:100%;
	height:100%;
}