@charset "utf-8";
/* CSS Document */
*
{
padding:0; margin:0; border:0; line-height:100%; font-family:arial,sans-serif;
}

BODY {
	BACKGROUND: #fff;font-family:Arial, Helvetica, sans-serif;font-size:14px;font-weight:normal; color:#000;
}

.clr { clear:both; padding:0; margin:0; background:none; }

html, body	{height:100%; margin:0; padding:0; }


#floater	{height:50%; margin-bottom:-205px; position:relative;}
#content	{clear:both; height:450px; position:relative; margin:0 auto; width:450px; padding:0;}

#content	p{ text-align:center}






@media (max-width: 600px) { 
#floater	{height:auto; margin-bottom:0;padding:0px; position:relative;padding:50px}
#content	{ width:100%; height:auto; }
 } 
