body {
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-image: url(../img/welcome/welcome_bg_img.jpg);
	font-size: 12px;
	font-family: Verdana;
	background-color: white;
}

.container {
	width: 960px;
}

.upper_welcome {
	clear: both;
	min-height: 179px;
	max-width: 960px;
	min-width: 960px;
	width: 960px;
	max-height: 179px;
	height: 179px;
	background-repeat: no-repeat;
	background-image: url(../img/welcome/welcome_01.jpg);
}

.left_welcome {
	float: left;
	min-height: 470px;
	max-width: 605px;
	min-width: 605px;
	width: 605px;
	max-height: 470px;
	height: 470px;
}

.right_welcome {
	float: left;
	min-height: 470px;
	max-width: 355px;
	min-width: 355px;
	width: 355px;
	max-height: 470px;
	height: 470px;
	background-repeat: no-repeat;
	background-image: url(../img/welcome/welcome_03.jpg);
}

.upper {
	min-height: 647px;
	max-width: 960px;
	min-width: 960px;
	width: 960px;
	max-height: 647px;
	height: 647px;
	background-repeat: no-repeat;
	background-image: url(../img/welcome/welcome_element_01.jpg);
}

.lower {
	max-height: 253px;
	max-width: 960px;
	min-height: 253px;
	min-width: 960px;
	width: 960px;
	height: 253px;
	background-repeat: no-repeat;
	background-image: url(../img/welcome/welcome_element_02.jpg);
}

.welcome_text {
	font-family: Verdana, Arial;
	color: white;
	text-align: left;
	max-height: 100px;
	max-width: 340px;
	min-height: 100px;
	min-width: 340px;
	height: 100px;
	width: 340px;
	z-index: 0;
	position: relative;
	left: 0px;
	top: 180px;
}

.upgrade_text {
	color: white;
	text-align: left;
	position: relative;
	left: 355px;
	top: 85px;
	max-height: 105px;
	max-width: 140px;
	min-height: 105px;
	min-width: 140px;
	height: 105px;
	width: 140px;
	font-size: 11px;
	font-family: Verdana, Arial;
}

h2 {
	color: white;
	font-size: 12px;
	font-family: Verdana, Arial;
}

a {
	color: white;
	text-decoration: none;
}

.buttons {
	max-width: 250px;
	min-width: 250px;
	width: 250px;
	position: relative;
	left: 10px;
	top: 190px;
}

