html {

	height:100%;

	background:#fff

}

* html body {

	height:100%;

}

body{

	padding:0; margin:0 auto;

	height:100%;

	position:relative;

	width:100%;

	color:#c6c6c6;

	font:12px Tahoma, Arial, Verdana, Helvetica;

	behavior:url(/js/csshover.htc);

	min-width:990px;

	min-height:300px;

}

h1, h2, h3, p, ul, li, form {

	padding:0;

	margin: 0; 	

}

h1 {

	color:#46463F;

	font:30px "Trebuchet MS", Tahoma, Arial, Verdana, Helvetica;

	margin:0 0 0 0;

}



a {text-decoration:underline}

a:focus, a:active {outline:none}

a:hover {text-decoration: none}

a img {border:0}



.iePNG, IMG { filter:expression(fixPNG(this));} 

.iePNG A { position: relative; }

.iePNG A:hover { position: relative; }



.logo {padding:37px 0 0 37px;}



.worker {

	background:url(images/worker.png) 0 0 no-repeat;

	filter:expression(fixPNG(this));

	height:253px;

	position:absolute;

	left:50%;

	margin-left:-257px;

	top:50%;

	margin-top:-126px;

	width:154px;

}

.center-block {

	height:253px;

	position:absolute;

	left:50%;

	margin-left:-257px;

	top:50%;

	margin-top:-126px;

	width:514px;

}

	.text {

		background:#fff;

		border:1px solid #DCDCCC;

		height:141px;

		margin:41px 0 0 85px;

		padding:8px 30px 21px 80px;

		position:relative;

	}

		.text p {margin:10px 0 0 0}

		.text .tl {

			background:url(images/corner_tl.gif) 0 0 no-repeat;

			position:absolute;

			top:-1px;

			left:-1px;

			height:10px;

			width:10px;

		}

		.text .tr {

			background:url(images/corner_tr.gif) 0 0 no-repeat;

			position:absolute;

			top:-1px;

			right:-1px;

			height:10px;

			width:10px;

		}

			*html .text .tr {right:-2px}

		.text .bl {

			background:url(images/corner_bl.gif) 0 0 no-repeat;

			position:absolute;

			bottom:-1px;

			left:-1px;

			height:10px;

			width:10px;

		}

			*html .text .bl {bottom:-5px; left:-1px}

		.text .br {

			background:url(images/corner_br.gif) 0 0 no-repeat;

			position:absolute;

			bottom:-1px;

			right:-1px;

			height:10px;

			width:10px;

		}

			*html .text .br {bottom:-5px; right:-2px}
