body
	{
		background-color: #FFFFFF;
		background-image: url('../gfx/gfx_bkg.jpg');
		font-family: Verdana, sans-serif;
		font-size: 12px;
		color: #7C2722;
		overflow: hidden;
	}



#websiteOuterLimit
	{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 3600px;
		height: 130px;
		margin-top: -170px;
		margin-left: -1600px;
	}

#address
	{
		position: absolute;
		top: 180px;
		left: 1485px;
		font-weight: bold;
		line-height: 12px;
	}

#tag
	{
		position: absolute;
		top: 140px;
		left: 1445px;
		font: italic small Georgia, "Times New Roman", Times, serif;
	}

#hint
	{
		position: absolute;
		top: 280px;
		left: 1475px;
		font-size: 11px;
		text-align: center;
	}

p.smallText
	{
		font-size: 10px;
	}

#pdf
	{
		position: absolute;
		top: 320px;
		left: 1480px;
		font-size: 11px;
		text-align: center;
	}

.pdf
	{
		margin-bottom: 4px;
	}

.pdf .icon
	{
		float: left;
	}

.pdf .linkText
	{
		position: relative;
		top: 1px;
		margin-left: 5px;
		text-align: center;
		float: left;
	}

a
	{
		background: url(../gfx/img03.gif) repeat-x left bottom;
		text-decoration: none;
		color: #761413;
	}

a:hover
	{
		background: none;
		text-decoration: underline;
	}