.body1 {
    margin: 0 auto;
    background: #000 url(../images/background.png) repeat;
}

.wrapper1 {
}
.store1 {
    height: 499px;
    width: 251px;
    float: left;
}
.community1 {
    height: 499px;
    width: 248px;
    float: right;
}

div#myOtherElement {
	width: 400px;
	height: 20px;
	overflow: hidden;
	border: 0px;
	background-color: #f9f9f9;
	background: #fff url(http://exomagic.com/images/dropdown_bg.gif)

}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}

div#myOtherElement a:hover {
	background: #b6b6b6;
}