/***************************************************************
Style Sheet for Step It Up Queen

Copyright 2008 by Step It Up Queen, All Rights Reserved
***************************************************************/



#header {
	position:absolute;
	top:0;
	left:0;
	
	width:100%;
	height:194px;
	
	background: url('images-layout/header-bg.gif') left top repeat;
	z-index:1;
}
#headerWrapper {
	position:relative;
	margin:0 auto;
	height:194px;
	width:1090px;
	background: url('images-layout/header-wrapper-bg2.gif') 50% top no-repeat;
}
#tagline {
	display:block;
	position:absolute;
	top:170px;
	right:-20px;
	width:210px;
	font-family: palatino, times new roman, serif;
	font-weight:bold;
	font-size:110%;
	color:#e5a000;
}