* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 12px;
	/* font-family: Arial; */
	background: #fff;
}

.left { float: left; }
.right { float: right; text-align: right; }

.smalli { font-size: 100%; font-weight: 200; }
#menu h1 { font-size: 100%; font-weight: 200; }

a:link { text-decoration: none; color: ; }
a:active { text-decoration: none; color: ; }
a:visited { text-decoration: none; color: ; }
a:hover { text-decoration: none; color: ; }


body,td,th { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: ; }

a img { border: none; }

#menu { width: 148px;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    background-color: #fff; }

#menu ul {
	list-style: none;
}

#content {
    height: 100%;
    margin: 0 0 0 200px;
    top: 0;
}

.container { padding: 10px; }

#content p, #content code { width: 0px; margin-bottom: 0px; }

p, code {
    margin: 0 0 2px 0; display: block;
}

#once { clear: left; }

#installator
{
    position: absolute;
    z-index: 100;
    top: 35px;
    left: 500px;
    width: 75px;
    height: 75px;
    display: block;
}