@charset "UTF-8";

/* CSS Document */



/**********************************

	Body settings  

**********************************/



#body {

	background-color: #000;

	background-repeat: repeat;

	}

	

/**********************************

	wrapper settings  

**********************************/



#wrapper{
	width: 1000px;
	margin:0 auto 0 auto;
	background-color: #000;
	background-image: url(../images/logo_new.jpg);
	background-repeat: no-repeat;
	background-position: center 255px;
	}  




/**********************************

	Content settings  

**********************************/



#content {

	color: #000;

	text-align: justify;

	font-family: "Century Gothic";

	font-size: 12.5px;

	padding-right: 400px;

	padding-left: 200px;

	}



/**********************************

	Footer settings  

**********************************/



#footer {

	font-family: calibri;

	font-size: 11px;

	font-style: italic;

	font-weight: bold;

	color: #000;

	position: absolute;

	top: 550px;

	left: 180px;

}





/*------------------------------------*\

	IPHONE

\*------------------------------------*/

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

body{

  -webkit-text-size-adjust:none;

  font-family:Helvetica, Arial, Verdana, sans-serif;

  padding:5px;

  background-color: #000;

  background-image: url(../images/landing_image_3a.jpg);

  background-repeat: no-repeat;

  background-position: 150px 160px;

}



#logo {

	padding-top: 0px;

	text-transform: none;

	height: 140px;

	width: auto;

	background-position: 20px 20px;

	margin-bottom: 25px;

	background-image: url(../images/black_banner_new7a.jpg);

	background-repeat: no-repeat;

}



/**********************************

	Footer settings  

**********************************/



#footer {

	font-family: calibri;

	font-size: 15px;

	font-style: italic;

	font-weight: bold;

	color: #000;

	

}