/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
#Layer1 {
	position:absolute;
	left: 0px;
	top: 0px;
	width:1000px;
	height:800px;
	z-index:1;
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
}

#paper {
	position:absolute;
	left:152px;
	top:253px;
	width:698px;
	background-image:url(images/bg-paper2.jpg);
	background-repeat:repeat-y;
	z-index:2;
}

#content {
	position:absolute;
	left:150px;
	top:261px;
	width:500px;
	height:145px;
	z-index:3;
	background-image: url(images/bg-paper2.jpg);
}
body,td,th {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
#Layer2 {
	position:absolute;
	left:179px;
	top:179px;
	width:643px;
	height:22px;
	z-index:4;
}


#lipsum {
	z-index: 5;
	height: 100%;
	position:relative;
}
.style1 {color: #FFFFFF}


.style1 a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
.style1 a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.style1 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.style1a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
.style2 {font-size: 10px}

