.email {
	position: absolute;
	top: 2px;
	left: 170px;
        width:120px;
        height:18px;
}
.password {
	position: absolute;
	top: 2px;
	left: 375px;
        width:120px;
        height:18px;
}
.topContainer {
	
	height: 78px;
	width:100%;
	position: relative;
	background-color: #000000;
}
.bar {
	
	height: 78px;
	width:1000px;
	position: relative;
	background-image: url(/images/header/header.jpg);
	background-color: #000000;
}
.signupContainer {
	width: 560px;
	height: 25px;
	text-align: left;
	position: absolute;
	background-image: url(/images/header/sbg.jpg);
	background-repeat: no-repeat;
	top: 50px;
	left: 355px;
}
.go {
	position: absolute;
	left: 505px;
	top: 0px;
	cursor: pointer;
}
.menuContainer {
	text-align: left;
	position: absolute;
	top: 24px;
	right: 0px;
}
