﻿/* Module - Start */
#start-wrapper {
	background:				url(../images/start-default-bg.jpg) #141414 no-repeat top center;
	height:					499px;
	margin-top:				-71px;
}
#flash-wrapper 
{
	width:					100%;
	overflow:				hidden;
	margin:					0 auto;
	position:				relative;
	z-index:				1;
}
#flash-wrapper a 
{
	display:				block;
}
#start-content {
	width:					100%;
	margin:					0 auto;
	position:				relative;
}
#ball-advert-1 {
	position:				absolute;
	z-index:				3;
	left:					-40px;
	top:					59px;
}
#ball-advert-2 {
	position:				absolute;
	z-index:				2;
	top:					134px;
	left:					146px;
}
#ball-advert-3 {
	position:				absolute;
	z-index:				1;
	left:					17px;
	top:					257px;
}
