@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: rgb(255, 255, 255) url(background.jpg);
	color: rgb(0, 0, 0);
}

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

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}
#img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#text {
	position: absolute;
	bottom:20;
	right:20;
	z-index:1;
}
#image {
	z-index:2;	
}
#logo {
	position:absolute;
	top:20px;
	left:40px;	
	z-index:1;	
}