body {
	background: url("images/bg-body.jpg") repeat; 
	font-family: "Lucida Grande", sans-serif;
	
}
#wrap{
	width:960px;
	margin:30px auto 0px;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
h1{
	font-size:64px;
	line-height:70px;
	font-family: 'fontin_sans_rgitalic';
	text-shadow: 0px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=0, offy=1);
}
h1 span{
	display:none;
}
p{
	font-size:18px;
	line-height:32px;
	display:none;
	font-family: 'fontin_sans_rgitalic';
	
}
a{
	color:#26aae1;
	text-decoration:none;
	font-size:18px;
}
a:hover{
	color:#0974bb;
}
/************************************************************************************
smaller than 980
*************************************************************************************/
@media only screen and (max-width: 960px) {

	/* wrap */
	#wrap {
		width: 98%;
	}
  h1{
	margin-bottom:20px;
}
	
}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media only screen and (max-width: 650px)  {

	p{
	display:block;
	margin-bottom:50px;
	text-align:center;
	}
 img.comingsoon{
	display:none;
}
	
}