html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	border:none;
	background-color:#000000;
	font-family:"Gill Sans MT", Verdana, Arial, sans-serif;
	height:100%;
	font-size:16px;
}

img {
	border:none;
}

.container {
	width:900px;
	height:61px;
	margin:auto;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	border-bottom:3px solid #c52a2a;
	border-left:3px solid #c52a2a;
	border-right:3px solid #c52a2a;
	background-image:url(images/splash/splash.jpg);
	padding-top:409px;
}

.navbar {
	height:47px;
	background-repeat:no-repeat;
	display:block;
}

.nolink a {
	color:#C22A29;
}

/* Nav Buttons */

.navbtn {
	height:50px;
	float:left;
	background-position:top;
	background-image:url(images/splash/hover.png);
}

.navbtn:hover {
	cursor:hand;
	cursor:pointer;
	background-image:none;
}

#collections {width:128px;}

#eboutique {width:127px;}

#catwalk {width:127px;}

#stockists {width:129px;}

#media {width:132px;}

#story {width:127px;}

#contact {width:128px;}