body		{margin: 0; padding:0; border:0; font-family: Arial, Helvetica, sans-serif; font-size:100%; color:#888; background:#333; line-height: 1;}
#wrapper	{position:relative; z-index:1; margin: 0 auto; text-align:center; padding:10% 0;}
h1			{color:#AA0000; letter-spacing:-2px; opacity:1}
img			{}


@media only screen and (min-width : 1200px) {
	#wrapper	{width:1200px; height:auto;}
}
@media only screen and (max-width : 1199px) {
	#wrapper	{width:100%; height:auto;}
}
@media only screen and (min-width : 481px) {

}

@media only screen and (min-width : 800px) {
	h1			{font-size:36px; line-height:50px}	
}
@media only screen and (max-width : 799px) {
	h1			{font-size:28px; line-height:35px}	
}

@media only screen and (max-width : 480px) {
	img			{width:80%; height:auto;}
}

