body {
	font:100.01%/130% Verdana, Helvetica, sans-serif; 
	text-align: center;
	background: url(body_bg.gif) repeat-x 0 -127px;	
}

#mainWelcome {
    position: absolute;
    left: 50%;
    top: 50%;
	margin-left: -377px;
	margin-top: -256px;
	text-align: left;
	width: 754px;
	height: 513px;
	background: url(main_bg.gif) no-repeat 0 0 #FFF;
	padding: 9px;
}

#headWelcome {
	width: 752px;
	height: 378px;
	background: url(welcome.jpg) no-repeat 0 0 #FFF;
}

#contentWelcome {
	width: 752px;
	height: 133px;
	line-height: 15px;
	background: url(welcome_border.gif) no-repeat center top #000;	
}

#leftColWelcome, #rightColWelcome {
	width: 50%;	
	font-size: 11px;
	color: #FFF;
}

#leftColWelcome {
	float: left;
}

#rightColWelcome {
	float: right;	
}

#leftColWelcome p,
#rightColWelcome p {
	margin-left: 16px;
	margin-right: 16px;	
}

.titleWelcome {
	display: block;
	text-transform: uppercase;	
	margin-bottom: 5px;
	margin-top: 0px;
}

.redWelcome {
	color: #ff0000;	
}

.enterWelcome {
	text-align: right;	
	padding-right: 5px;
	padding-top: 18px;
}

#rightColWelcome .enterWelcome {
	padding-top: 4px;
}

.enterWelcome a {
	background: url(welcome_arrow.gif) no-repeat right center transparent;
	padding-right: 22px;
	color: #ff0000;	
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

