html
{
	margin: 0;
	padding: 0;
}

body 
{
    background: #000000;
    margin:0;
    margin-top:38px;
    padding: 0;
    text-align: center;
 	font-family: arial;
    color: #FFFFFF;
    font-size: 12px;
    line-height:17px;
    
    background-image: url('./img/background.png');
    background-repeat: repeat-x;
}

div#pagecenter
{
    position: relative;
	margin: 0 auto; 
	width: 967px;
	height:390px;
	text-align: left;
	overflow:visible;
	background-image:url('./img/main_top.jpg');
	background-repeat: no-repeat;
}

div#mainbottom
{
	position: absolute;
	top:400px;
	left:0px;
	background-image:url('./img/main_bottom.jpg');
	background-repeat: no-repeat;
	height:350px;
	width:967px;
}

div#description
{
	position:absolute;
	left:179px;
	top:110px;
	width:770px;
	height:263px;
	text-align:justify;
	line-height: 17px;
	color:#C1C1C1;
	font-size:12px;
}

div#itpprologo a,
div#itpprologo a:link
{
	position:absolute;
	top:81px;
	left:25px;
	width:275px;
	height:123px;
	
	background-image: url('./img/itp_pro_logo.jpg');
	background-repeat: no-repeat;
	
}

div#itpextraslogo a,
div#itpextraslogo a:link
{
	position:absolute;
	top:81px;
	left:342px;
	width:275px;
	height:123px;
	
	background-image: url('./img/itp_extras_logo.jpg');
	background-repeat: no-repeat;
	
}

div#isflogo a,
div#isflogo a:link
{
	position:absolute;
	top:81px;
	left:657px;
	width:287px;
	height:123px;
	
	background-image: url('./img/isf_logo.jpg');
	background-repeat: no-repeat;
	
}

div#footer
{
	position:absolute;
	top:288px;
	left:0px;
	width:967px;
	height:50px;
	text-align:center;
	color:#B1B1B1;
	
}

div#footer a,
div#footer a:link
{
	color:#B1B1B1;
	text-decoration:none;
}

div#footer img
{
	margin-bottom:-2px;
	margin-left:2px;
	margin-right:2px;
}

:focus 
{
	outline: 0;
} 