/***** start: global styles *****/
*
{
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 13px;
	color: #000000;
}
html, body
{
	min-height: 100%;
}
img
{
	border: 0px;
}
a
{
	font-weight: bold;
	color: #D8001D;
}
a:hover
{
	text-decoration: underline;
}
/***** end: global styles *****/

div#body-block
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 600px;
	/*border: 1px solid black;*/
	/*vertical-align: middle;*/
	text-align: center;
}

div#img-top
{
	position: absolute;
	top: 150px;
	left: 150px;
	width: 205px;
	height: 96px;
	/*border: 1px solid black;*/
}

div#body-text
{
	position: absolute;
	top: 300px;
	left: 250px;
	width: 300px;
	height: 100px;
	/*border: 1px solid black;*/
}

div#img-bottom
{
	position: absolute;
	bottom: 150px;
	right: 150px;
	width: 172px;
	height: 34px;
	/*border: 1px solid black;*/
}
