
#home {
	position: relative;
	top: 0px; left: 0px;
	width: 800px;
	height: 600px;
	background: #000000 url(images/BBM_Home.gif) no-repeat;
}

#home a#a_createad {
	border: 0px solid;
	position: absolute;
	width: 334px;
	height: 25px;
	top: 122px;
	left: 435px;
	background: url(images/createad.gif) no-repeat;
}

#home a:hover#a_createad {
	background: url(images/invcreatead.gif) no-repeat;
}

#home a#a_choosead {
	border: 0px solid;
	position: absolute;
	width: 334px;
	height: 25px;
	top: 149px;
	left: 430px;
	background: url(images/choosead.gif) no-repeat;
}

#home a:hover#a_choosead {
	background: url(images/invchoosead.gif) no-repeat;
}

#home a#a_contactexperts {
	border: 0px solid;
	position: absolute;
	width: 334px;
	height: 25px;
	top: 176px;
	left: 425px;
	background: url(images/contactexperts.gif) no-repeat;
}

#home a:hover#a_contactexperts {
	background: url(images/invcontactexperts.gif) no-repeat;
}

#home input#user {
	border: 0px solid;
	position: absolute;
	width: 211px;
	height: 22px;
	top: 250px; left: 502px;
}

#home input#pass {
	border: 0px solid;
	position: absolute;
	width: 211px;
	height: 22px;
	top: 278px; left: 502px;
}

#home .checkbox#remember {
	position: relative;
	top: 303px; left: 534px;
}

#home .radio#buyer {
	position: relative;
	top: 417px; left: 530px;
}

#home .radio#seller {
	position: relative;
	top: 396px; left: 610px;
}

#home a#a_signin {
	position: absolute;
	top: 306px; 
	left: 736px;
	width: 50px;
	height: 17px;
	display: block;
	background: url(images/signin.gif) no-repeat;
}

#home a:hover#a_signin {
	background: url(images/invsignin.gif) no-repeat;
}

#home a#a_signup {
	position: absolute;
	top: 440px; 
	left: 715px;
	width: 50px;
	height: 17px;
	display: block;
	background: url(images/signup.gif) no-repeat;
}

#home a:hover#a_signup {
	background: url(images/invsignup.gif) no-repeat;
}

#home div#signupburst {
	position: absolute;
	top: 365px;
	left: 379px;
}

