@charset "utf-8";
/* CSS Document */

* {outline:none; margin:0; padding:0;}
body {
	font: 11px "Trebuchet MS",'lucida grande',arial,helvetica,sans-serif; 
	color: #fff;
	background: #2e2e2e url(../_img/bg-gradient.jpg) no-repeat top center;
	}
#wrapper {
	width: 960px;
	height: 773px;
	margin: 24px auto 24px auto;
	background: #f3e3be url(../_img/select-sandwich-bg-splash.jpg) no-repeat;
	position: relative;
	}
#logos {
	width: 530px;
	height: 149px;
	position: relative;
	margin: 0 auto 0 auto;
	padding-top: 300px;
}
#selectsandwich {
	width: 205px;
	float: left;
}
#urbankitchen {
	width: 216px;
	float: right;
	margin-top: 13px;
}
	
	