*{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
	outline:none;
}
a:img{
	border:0;
}
body{
	background:url('../images/background.gif');
}
#container{
	width:100%;
	height:237px;
	position:absolute;
	top:50%;
	margin-top:-150px;
}
#content{
	position:relative;
	width:621px;
	margin:0 auto;
}
.imgReplace{
	text-indent:-322em;
	display:block;
}
h1{
	display:none;
}

#footwear{
	width:258px;
	height:204px;
	background:url('../images/enter_footwear.png') bottom left no-repeat;
	_background:url('../images/enter_footwear-trans.png')  no-repeat;
	position:relative;
	top:33px;
	left:-20px;
	_cursor:pointer;
}
#footwear:hover{
	background:url('../images/enter_footwear_hover.png') no-repeat;
	_background:url('../images/enter_footwear_hover-trans.png')  no-repeat;
}
#handbag{
	width:212px;
	height:237px;
	background:url('../images/enter_handbag.png') no-repeat;
	_background:url('../images/enter_handbag-trans.png') no-repeat;
	position:absolute;
	right:14px;
	top:0;
	_cursor:pointer;
}
#handbag:hover{
	background:url('../images/enter_handbag_hover.png') no-repeat;
	_background:url('../images/enter_handbag_hover-trans.png')  no-repeat;
}
#copyright{
	width:156px;
	height:45px;
	background:url('../images/index_logo.png') no-repeat;
	_background:url('../images/index_logo-trans.png') no-repeat;
	margin:-80px auto 0;
}