/*
///////////////////////////////////////

                        Basic Structure

///////////////////////////////////////
*/

html,body
{
	width:100%;
	height:100%;
}
body
{
	padding:0;
	margin:0;
	background:#f6ede5;
}
table.splash
{
	width:100%;
	height:100%;
	border:0;
	border-spacing:0 0;
	border-collapse:collapse;
}
table.splash td
{
	text-align:center;
	vertical-align:middle;
	background: transparent url("../../images/splash_2009/bg.jpg") no-repeat center center;
}
#choices
{
	width:387px;
	height:112px;
	margin:auto;
	position:relative;
	top:115px;
	left:-123px;
}
#choices .shoes
{
	float:left;
	width:170px;
	height:100px;
}
#choices .bags
{
	float:right;
	width:170px;
	height:100px;
}

