body { 
	background-image:url(../images/HomePageBg.jpg); 
	background-repeat:repeat-x; 
	background-color:#e0e4d3;
	}
#SignIn {
	width:220px;
	height:55px;
	padding:5px 5px 0 5px;
	margin:5px 0 0 20px;
	float:right;
	display:inline;
	background-image:url(../images/SignUpBg.gif);
	background-repeat:no-repeat;
	font-size:90%;
	}
#SignIn h1 {
	color:#76cdd4;
	margin-top:-5px;
	margin-bottom:0px;
	}