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

body {
	margin:0px; padding:0px;
	background-color:#FFF;
}

#urbn h1 {  
     margin:0px;  
     display:block;  
     text-indent:-9999px;  }  
#urbn {
	background-image:url(../img/urbn.png);
	background-repeat:no-repeat;
	position: absolute;
	margin:740px;
	width:161px;
	height:211px;
	left: -91px;
	top: -681px;
}

#logo h1, #logo small {  
     margin:0px;  
     display:block;  
     text-indent:-9999px;  
}
 
ul {
	margin:0; padding:0; 
	list-style-type:none; }
	
li { float:left; }

a {
	display:inline; 
	width:110px;
	height:108px; 
	text-indent:-9999px;
	background-repeat:none;
	background-position:0 -108px; }
	
a.enter {
	background-image:url(../img/enter.png);
	background-repeat:no-repeat;
	position: absolute;
	margin:740px;
	width:110px;
	height:108px;
	left: -28px;
	top: -455px;
}	

a:hover { background-position:0 0; }

#main {
	background:#fff url(../img/enter_snip3.jpg) repeat-x;
}
#main .container {
	background-image: url(../img/enter_bg4.jpg);
	background-repeat:no-repeat;
	position:relative;
	min-height:440px;
	margin:0px auto;
	padding: 0px;
}
#footer {
	height:90px;
	background-image:url(../img/btm_snip.jpg);
	background-repeat:repeat-x;
	color:white;
	padding:0px;
}

.container {
	width:950px;
	margin:0 auto;
  	position:relative;
}


/* Fix up IE6 PNG Support */
img, #logo { behavior: url(Scripts/iepngfix.htc); }
