@charset "UTF-8";
	
	html {
	  background: url(../img/background.jpg) no-repeat top center fixed !important;
	  -moz-background-size: cover !important;
	  -o-background-size: cover !important;
	  -webkit-background-size: cover !important;
	  background-size: cover !important;
		width: 100%;
		height: 100%;  
	  
	  
	}
	
	body{
		padding			: 0px !important;
		margin			: 0px !important;
		font-family		: "Open Sans", sans-serif !important;
		font-size		: 13px !important;
		direction		: ltr !important;	
	}
	
	.page{
		height			: 100%;
		width			: 100%;
	}
	
	.header{
		height:75px;
	}
	
	.content{
		width: 400px;
		margin: 0 auto;
		margin-bottom: 0px;
	}

	.content-title{
		font-weight: 300;
		margin-bottom: 25px;
		font-size: 23px;
		color:#000000;
	}


	.footer{
		width			: 100%;
		height			: 34px;
		font-size		: 12px;
		color			: #000;
		text-align:center;
		margin-top:20px;
	}
	