﻿
/*  */

@media only screen and (max-width:768px){

body{
	background-image : url(../images/bg_blackf.jpg); 
	background-repeat : repeat;
	background-position:center top;
	background-attachment: fixed;	
}

.cfulldiv{
	width:100%;
	height:auto;
	margin:0;	
	padding:20px 0 30px 0;	
}

}

@media (min-width: 768px) and (max-width:1200px) {

body{
	background-image : url(../images/bg_blackf.jpg); 
	background-repeat : repeat;
	background-position:center top;
	background-attachment: fixed;	
}

.cfulldiv{
	width:100%;
	height:auto;
	margin:0;	
	padding:40px 0 60px 0;	
}

}

@media only screen and (min-width:1200px){

body{
	background-image : url(../images/bg_blackf.jpg); 
	background-repeat : repeat;
	background-position:center top;	
	background-attachment: fixed;
}

.cfulldiv{
	width:100%;
	height:auto;
	margin:0;	
	padding:60px 0 80px 0;	
}

}




/*  */

@media only screen and (max-width:768px){


}

@media (min-width: 768px) and (max-width:1200px) {



}

@media (min-width: 1200px) and (max-width:1400px) {



}

@media only screen and (min-width:1400px){



}



