/*
	CSS Properties
		color: #FF0000;
		display: inline, block, none;
		font-family: helvetica;
		font-size: 12;
		font-style: normal, italic;
		font-weight: normal, bold;
		kerning: true,false;
		leading: 2;
		letter-spacing: 2;
		margin-left: 0;
		margin-right: 0;
		text-align: left, center, right, justify;
		text-decoration: none, underline;
		text-indent: 0;
*/
html,body{
	height:100%;
	margin:0;
	padding:0;
	background-color: #FFF200;	
}