body
{
	background-color: #E8E8E8;
	background-image: url('images/bgimage.png');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 14px;
	padding: 10px;
}

#logo
{
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	display: block;
	width: 288px;
	height: 69px;
}

#description
{
	width: 288px;
}

#download_header
{
	background-image: url('images/dload_header.png');
	background-repeat: no-repeat;
	display: block;
	width: 288px;
	height: 32px;
}

