@charset "utf-8";
/* CSS Document */
body
{
	margin: 0 auto;
	padding: 0;
	font-size: 12.5px;
    font-family: 'Trebuchet MS', sans-serif;
	text-align: left;
    background-color: #000000;
    background-image: url(../images/bgr.jpg);
    width: 100%;
    height: 100%;
}
span
{
    display: none;	
}
#technicalText
{
    margin-top: 10px;
	margin-left: 60px;
    width: 622px;
	float:left;
	font:bold 12px 'Trebuchet MS', sans-serif;
	line-height: 180%;
	text-align: left;	
}
#technicalText .lable
{
    margin-top: -385px;
	margin-left: 115px;
	position: relative;
    float: left;
}