img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

body {
	background-color:#000000;
	background-image: url("bg.jpg");
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#box0 {
	left: 50px;
	top: 0px;
	position: absolute;
	z-index: 3;
}

#box1 {

	background-image: url("tablebg.png");
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	width: 150px;

}


#box2 {
	background-image: url("tablebg.png");
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	width: 500px;
	
}

#box3 {
	background-image: url("tablebg.png");
	background-repeat: repeat;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	width: 820px;
	
}

p {
    margin: 10px 10px 10px 10px;
	text-indent: 30px;
	color: black;
	text-align: justify;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h1 {
    font-size: 14px;
    color: black;
    text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 2px 2px 2px 2px;
    margin: 5px 5px 5px 5px;
	font-weight: bold;
}

h2 {
    font-size: 14px;
    color: white;
	background-color: black;
    text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 2px 2px 2px 2px;
    margin: 5px 5px 5px 5px;
	font-weight: bold;
}

h3 {
    font-size: 10px;
    color: black;
    text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
	font-weight: bold;
}


#picture1 {
margin: 5px 5px 5px 5px;
	float:left;
}