	body,
	table
	{
		font-family: 	'Trebuchet MS', 'Tahoma', 'Calibri';
		font-size: 		10px;
	}
	body,
	table
	{
		color: #000;
	}
	body
	{
		position: 	absolute;
		width: 			100%;
		height: 		100%;
		background-color: #000;
	}
	
	h1
	{
		position: absolute;
		visibility: hidden;
		left: 0px;
		top: 0px;
	}
	
	div.body
	{
		position: relative;
		width: 100%;
		min-width: 100%;
		min-height: 100%;
		overflow: hidden;
	}
	
	.contact
	{
		position: absolute;
		right: 2.5%;
		bottom: 2%;
		color: #fff;
		background: url(images/bg-b.png);
		padding: 0.5em;
		
		-moz-border-radius:			1em;
		-webkit-border-radius: 	1em;
		-khtml-border-radius: 	1em;
		border-radius: 					1em;
	}
	
	img#bg_is
	{
		position: absolute;
		display: block;
		left: 0px;
		top: 0px;
		z-index: 0;
		width: 1000px;
		height: 590px;
	}
	a.logo
	{
		position: absolute;
		display: block;
		left: 2.5%;
		bottom: 2%;
		z-index: 10;
		width: 175px;
		height: 71px;
	}
	a.logo img
	{
		display: block;
		width: 175px;
	}