@charset "UTF-8";
/* Generic */

.container{
     position: absolute;
     background-color: #000000;
     width: 100%;
     height: 100%;
     left: 0px;
     right: 0px;
     top: 10px;
     bottom: 0px;    
} 

.main {
	margin: auto;
	height: 620px;
	width: 955px;
	position: relative;
	z-index: 0;
	background-color: #000000;
	background-repeat:no-repeat;
}