@charset "utf-8";
/* CSS Document */

	* {
		margin:0;
	}
		
  html, body, div{
		height:100%; 
		margin:0; 
		color:#333;
		font-family:Arial, Helvetica, sans-serif;
		}
		
  body { 
		margin:0; padding:0; overflow:hidden; 
		}

h1 {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

p{
	font-size:12px;
}
