@media print,screen and (min-width: 641px){
	body{
		width:100%;
		background: url("../images/background.jpg") no-repeat fixed center;
		background-size:cover;
	}
	
	div.top_logo{
		width:260px;
		margin:auto;
	}
	
	.st1{fill:#FFFFFF;}
	
	nav a{
		color:#fff;
	}
	
	#main{
		  position: absolute;
		  top: 0px;
		  right: 0px;
		  bottom: 0px;
		  left: 0px;
		  margin: auto;
		text-align: center;
		color:#fff;
		width:200px;
		height:100px;
	}
		.top_logo{
			width:141px;
			margin:auto;
		}
		
		#copy{
			font-family: 'Sabon Next W01 Italic';
			margin-top:20px;
		}

	footer{
		color:#fff;
	}
}






@media print,screen and (min-width: 641px) and (max-width: 768px){
/********************************************************************************************************************/

}




@media screen and (max-width: 640px){

	body{
		width:100%;
		background: url("../images/background.jpg") no-repeat fixed center;
		background-size:cover;
	}
	
	div.top_logo{
		width:260px;
	}
	.st1{fill:#FFFFFF;}
	
	nav a{
		color:#fff;
	}
	
	#main{
		  position: absolute;
		  top: 0px;
		  right: 0px;
		  bottom: 0px;
		  left: 0px;
		  margin: auto;
		text-align: center;
		color:#fff;
		width:200px;
		height:100px;
	}
		.top_logo{
			width:141px;
			margin:auto;
		}
		#copy{
			font-family: 'Sabon Next W01 Italic';
			margin-top:20px;
		}

	footer{
		color:#fff;
	}
}