html
{
	height: 100%;
}

body {
	background: url('images/blackpinstripe2.gif');
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

#header
{
	/*background: url('images/teartext.gif') no-repeat top center;*/
	width: 100%;
	height: 144px;
}

#content
{
	background-color: #FFFFFF;
	width: 100%;
	height: 300px;
}

#content_top
{
	background: url('images/rippedtop2.gif');
	width: 100%;
	height: 100px;
}

#content_middle
{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 100%;
	height: 256px;
}

#content_bottom
{
	background: url('images/rippedbottom2.gif');
	width: 100%;
	height: 100px;
}

#imagebutton
{
	
}

