* {
	margin:0px;
	padding:0px;
	outline:none;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	background: #000000 url(../images/bg.jpg) no-repeat top center;
}

h1 {
	margin: 0px 0px 15px 0px;
	font-size:48px;
	font-weight:bold;
	color:black;
}

#header, #top, #bottom, #wrapper {
	width:1000px;
}

#left, #content, #right {
	height:360px;
}

#left, #right {
	width:230px;
	float:left;
}

#wrapper {
	position:relative;
	left:50%;
	margin-left:-500px;
}

#header {
	height:80px;
}

.noprice {
	background: url(../images/layout_header.jpg) no-repeat;
}

.price {
	background: url(../images/layout_header_price.jpg);
}

#loading {
	float:left;
	position:relative;
	width:1000px;
	left:50%;
	margin-left:-500px;
	height:50px;
	background: #000000 url(../images/roller.gif) no-repeat center;
}

#top {
	height:60px;
	background: url(../images/layout_top.jpg);
}

#left {
	background: url(../images/layout_left.jpg);
}

#right {
	background: url(../images/layout_right.jpg);
}

#content {
	float:left;
	width:540px;
	background: url(../images/layout_content.jpg);
}

#bottom {
	clear:both;
	height:70px;
	background: url(../images/layout_bottom.jpg);
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
	color:#FFFFFF;
	width:100%;
	margin-top:10px;
}

#welcomeGfx {
	height:206px;
	background: url(../images/welcome_text.gif) no-repeat center;
}

.welcomeTxt1 {
	color: black;
	font-size: 32px;
	text-align: center;
	margin-top:20px;
}

.welcomeTxt2 {
	color: black;
	font-size: 24px;
	text-align: center;
	margin-top:10px;
	width: 500px;
}

.nextBtn {
	display:block;
	width:200px;
	height:92px;
	background-image: url(../images/btn_next.gif);
	background-position: 0px 0px;
	position: absolute;
	top:395px;
	left:400px;
}

.nextBtn:hover {
	background-position: 0px -92px;
}

#nextTxt {
	color: black;
	font-size: 36px;
	text-align: center;
}

#footer a {
color:#009966;
}