/*GENERAL DOCUMENT STYLES */
/*GENERAL DOCUMENT STYLES */
html,body{
  height: 100%;
}
body {
	font-family: Trebuchet MS, Arial, Helvetica, Verdana, Sans-serif;
	background: black;
	text-align:center; /* horizontal centering for IE Win quirks */
}
/*Lets use the universal selector to initialize the margins and paddings*/
*{
    margin: 0;
   	padding: 0;
   	border: 0;
}

#centring { 
	width:1px;
	height:50%;
	margin-bottom:-310px; /* half of page-container's height */
	float:left;
}
 
#page-container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
  width: 1025px;
  height:620px;    
	clear:left;
	background-image: url(../images/bg/00.jpg);
}

/*CONTENT STYLES */
.content{
display: block;
}
#content ul li{
	list-style-type: none;
	display: inline;
	margin: 300px 0px 0px 335px;

}
#content ul li.itsolutions{
	margin: 388px 0px 0px 128px;
	width:100px;
	float:left;
}
#content ul li.productions{
 	margin: 370px 130px 0px 0px;
	float:right;
}       

#content ul li a{
	border: none;
}

