body 
{
	font-family: "Arial", Helvetica Neue, Helvetica, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	/*background: #b6c574 url(../../img/bgBody.png) repeat-y center;*/
        background: #FFA980 url(../../img/bgBody.gif) repeat-y center;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	
}

img {
	border: 0;
}

a, a:link, a:visited 
{
	color: #fff;
	text-decoration: none;
}

a:hover, a:active
{
	color: #fff;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
}

h1
{
	font-size: 32px;
	line-height: 35px;
	letter-spacing: 0px;
	margin: 0px 0px 55px 0px;
	padding: 0;
	font-weight: bold;
}

h2, h3 
{
	
}

h2
{
	
	
}

p {
		
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

/* ------------Container--------------- */

.mainContainer {
	width: 880px;
	height: 430px;
	margin:0px 0px 0px -440px;
	bottom: 135px;
	left: 50%;
	position: absolute;
	padding: 0px 0px 0px 0px;
	text-align: center;
	z-index: 3;
}

.flower_left {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../../img/flower_left.png) no-repeat;
	width: 230px;
	height: 530px;
	z-index: 1;
}

.flower_right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../../img/flower_right.png) no-repeat;
	width: 217px;
	height: 389px;
	z-index: 1;
}

.bar_white {
	background: #fff;
	width: 100%;
	height: 80px;
	left: 0px;
	bottom: 25px;
	position: absolute;
	z-index: 2;
}

.logo {
	margin: 4px 12px 0px 5px;
}

.linkContainer {
	width: 310px;
	left: 310px;
	position: relative;
}

/* ------------Links--------------- */

a.LinkDownload {
	padding: 6px 0px 0px 60px;
	margin: 10px 0px 10px 0px;
	text-transform: none;
	background: url(../../img/icon.png) no-repeat;
	height: 32px;
	text-align: left;
	display: block;
}

a.LinkDownload:hover, a.LinkDownload:focus, a.LinkDownload:active, .LinkDownload_active {
text-decoration: underline;
}


