body
{
	background-image:url('horiz.png');
	background-repeat: repeat-x;
	background-color: black;
}

div.button1
{
position:relative;
top:192px;
left:-32px;
}

div.button2
{
position:relative;
left:224px;
top:125px;
}

div.button3
{
position:relative;
left:480px;
top:58px;
}

div.button4
{
position:relative;
left:736px;
top:-9px;
}

div.container
{
width:1024px;
margin:auto;
}

div.header
{
background-image: url('header.png');
background-repeat: no-repeat;

position:relative;
top:-16px
}

div.logo
{
position:relative;
background-position:center top;

}

div.body
{
position:relative;
background-image: url('body.png');
background-repeat: repeat-y;
background-position:left top;
width:1024px;

top:20px;
font-family: tahoma

}

div.uhhh
{
position:relative;
top:-259px;
padding: 32px
}

div.footer
{
background-image: url('footer.png');
background-repeat: no-repeat;
background-position:left bottom;
position:relative;
bottom:-32px;
width:1024px;

}

h1
{
	text-align: center;
}

h2
{
	text-align: left;	
}

h3
{
	font: small-caps 900 20px times;
	color: rgb(128,128,128)
}

h4
{
	font-family: arial
}

p
{
	padding-left: 32px;
	
}