@import url('jquery.vegas.css');

body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;	
}
#wrapper{
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 9999
}

#nav{
	width: 204px;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: url('../images/design-nav-bg.png');
}

	#nav #menu{
		width: 97px;
		height: 132px;
		background: url('../images/design-nav.png') no-repeat;
		position: absolute;
		top: 70px;
		left: 30px;
	}
	
	#nav #tagline{
		width: 147px;
		height: 231px;
		background: url('../images/design-tagline-alt.png') no-repeat;
		bottom: 35px;
		left: 30px;
		position: absolute
	}
	
#logo{
	position: absolute;
	right: 0;
	top: 0;
	width: 417px;
	height: 540px;
	background: url('../images/design-logo.png') no-repeat;

}

#caption{
	position: absolute;
	right: 57px;
	bottom: 35px;
	background: url('../images/design-photo-caption-alt.png') no-repeat;
	height: 38px;
	width: 269px;
}