@charset "utf-8";

/* Page defaults & set page to center */

* {
margin: 0px;
padding: 0px;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E6E6E6;
}

#container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


/* Banner area */

.banner {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 94px;
}
.logo {
	margin-top: 31px;
}


/* Clear Float */

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Yahoo Sign Up */

.signUp {
	padding-top: 15px;
	padding-left: 8px;
	margin-left: 40px;
	margin-right: 30px;
	background-color: #EFF7F7;
	margin-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #86BEB5;
}
.signUp img {
	margin-top: 10px;
}
.space {
	margin-left: 12px;
}
