body {
    background-image: url('/images/bg_img.jpg');
    background-position: top center;
    background-repeat: repeat;
    width: auto;
    height: inherit;
    text-align: center;
    }
#mainBody{
    position: relative;
    width: 740px;
    height: auto;
    margin: 0px auto 0px auto;
    left: 5px;
    }
#login{
	position: absolute;
	top: 0px;
	left: 500px;
	}
#logged_in{
	position: absolute;
	top: 12px;
	left: 580px;
	}
#header {
    position: relative;
    width: 740px;
    height: 186px;
    top: 54px;
    text-align: center;
    } 
#logo {
	position: relative;
	top: 20px;
	left: 45px;
	}
#navBar {
    position: relative;
    width: 735px;
    height: 20px;
    top: 60px;
    text-align: right;
    }
#title {
	position: relative;
	top: 100px;
	left: 60px;
	}

.copy{
	color: #5c5c5c;
	font-family:"News Gothic", "News Gothic BT", arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
	}
.copyred {
	color: #E33628;
	font-family:"News Gothic", "News Gothic BT", arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.copylink {
	color: #E33628;
	font-family:"News Gothic", "News Gothic BT", arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
	}
.copylink:hover {
	color: #9E9E9E;
	font-family:"News Gothic", "News Gothic BT", arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
	}
.copylink:active {
	color: #E33628;
	font-family:"News Gothic", "News Gothic BT", arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
	}

#textBody {
	position: absolute;
	width: 558px;
	height: auto;
	top: 270px;
	left: 77px;
	text-align: justify;
	}
.logo {
	position: absolute;
	top: 7px;
	left: 52px;
	}
.manu_logo {
	padding: 10px;
	}
