.email {
	position: absolute;
	top: 2px;
	left: 170px;
}
.password {
	position: absolute;
	top: 2px;
	left: 375px;
}
.topContainer {
	width: 100%;
	height: 78px;
	position: relative;
	background-image: url(/images/header/header_bg.jpg);
	background-color: #000000;

}
.bar {
    background-image: url(/images/header/header.jpg);
    width:1000px;
    height:78px;
    position:relative;
    margin-left: auto;
    margin-right: auto ;
   
}

.signupContainer {
	width: 560px;
	height: 25px;

	position: absolute;
	background-image: url(/images/header/sbg.jpg);
	background-repeat: no-repeat;
	top: 50px;
	right:85px;




}
.go {
	position: absolute;
	left: 505px;
	top: 0px;
	cursor: pointer;
}
.menuContainer {
	text-align: right;
	position: relative;
	top: 24px;
	right: 0px;
	
}
