@charset "utf-8";
/* CSS Document */



html { height:100%; overflow-y: scroll;  } 

body { 
	font-size: 12px;	
	text-align: left; 
	color:#000; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	height:100%; 
	margin: 0px; 
	line-height:1.5em; 
	background:#000; 
	width: 100%;  
}

.wrapper {
	text-align:left;
	/*width: 996px;*/
  width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 90%;
	height: auto !important; 
	height:90%; 
	margin:0 auto -5.5em; 
}
/*ol,ul {list-style:none;}
img { border: none;	display: inline; }
a:link,a:visited { color: #000;	text-decoration:none;}
a:hover { color:#f50291;text-decoration:none; }

a.plink:link,a.plink:visited { color: #f50291;	text-decoration:none;}
a.plink:hover { color:#8c6bae;text-decoration:none; }

p { margin:0px;padding:0px; }
.img { border:none; }
h1 { font-size:14px; font-style:italic; text-align:left; }
*/
/*====================================*/
/* Header Styles  	 				  */
/*====================================*/
#divtopframe { float:left; text-align:center; width:100%; }

/*====================================*/
/* Footer Styles  	 				  */
/*====================================*/


#footer { width:100%; padding:150px 0px 30px 0px; float:left; height:auto; background:#000 url(../images/footerbg.png) no-repeat top left; color:#fff; }
#footer p { text-align:center; }

@media (max-width: 900px) {
	
	.wrapper {
		width:100%;
		text-align:center;
	}
	
	#divtopframe img {
		width:95%;
		margin-left:4%;
	}

  #slides img {
    width:95%;
  }
  
  #footer{
      padding-top:250px;
  }
}
