

html {overflow-x: hidden;overflow-y: hidden;}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Helvetica, Arial sans-serif;
	font-weight:normal;
	font-style:normal;
}

#image {
	position:absolute;
	top: 10%;
	left: 11%;
}

#top{
	position:absolute;
	top: 12%;
	left: 12%;
	background-image:url(../images/top.jpg);
	width: 304px;
	height: 247px; 
}

#bottom {
	position:absolute;
	top: 55%;
	left: 12%;
	background-image:url(../images/bottom.jpg);
	width: 304px;
	height: 227px;
}

#text{
	position:absolute;
	top: 49%;
	left: 51%;
	width:198px;
	height:100px;
	font-size:12px;
	letter-spacing:1px;
}
#text div{
	margin:10px 0;
}
h1 {
	font-family:Helvetica, Arial sans-serif;
	font-size:22px;
	margin:0;
	letter-spacing:2px;
	display:block;
}
a:link {
	text-decoration: none;
	color: #0000ee;
}
a:visited {
	text-decoration: none;
	color: #0000ee;
}
a:hover {
	text-decoration: underline;
	color: #0000ee;
}
a:active {
	text-decoration: none;
	color: #0000ee;
}
