html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.4em;
	text-align: justify;
}

a img {
	border: 0px;
}

#page-background {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
}

#page-background img {
	height: 100%;
	width: 100%;
}

#content {
	width: 603px;
	margin-bottom: 130px;
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;

	position: relative;
	z-index: 1;
	left: 200px;
	top: 0;
}

#content #elements {
	padding: 0px 37px 40px 45px;
}

#content #elements h1 {
	font-size: 25px;
	font-weight: bold;
	margin: 0px 0px 22px 0px;
}

#content #elements h2 {
	font-size: 25px;
	font-weight: bold;
	margin: 48px 0px 2px 0px;
}

#content #elements p {
	margin: 0px 0px 10px 0px;
}

#content #elements .bold {
	font-weight: bold;
}

#content #elements ul {
	margin: 10px 0px 10px 20px;
	padding: 0px;
}

#content #elements ul li {
	list-style-type: none;
	font-weight: bold;
}

#content #elements a {
	color: #FFFFFF;
	text-decoration: none;
}

#content #elements .button-link {
	margin: 30px 0px;
}

#content #elements .design, #content #elements .design a {
	font-size: 12px;
	color: #000000;
}