body {
    margin: 0;
	background-image: url(Images/1.gif);
	background-repeat:no-repeat;
	background-position:0% 25%;
	background-size: 100%;
	
}

h6.dir{
	z-index:25;
	position:fixed;
	margin-top:-35%;
	margin-left:0%;
	margin-right:83%;
	text-align:center;
	font-weight:lighter;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 17%;
    background-color: #ccf3ff;
    position: fixed;
    height: 100%;
    overflow: auto;
}

li a {
	font-family: verdana;
	font-weight:lighter;
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #0000ff;
    color: white;
	font-weight: 900;
}

.pres {
	background-color: #ccf3ff;
	position: fixed;
	z-index:5;
}

.t {
	font-family: verdana;
	font-weight:lighter;
}

image {
	position: absolute;
}