/*
	Author	:	Ramesh Yelisetty
	Website	:	http://www.nyuginc.com/
*/

body { 
background: no-repeat fixed center; 
background-color: black;
background-image: url('mainpage.jpg');
}

#logo {
	position:absolute;
	left:36%;
	top:5%;
	background:transperant;
}
#navigation {
	background:transperant;
	margin-top: 10%;
	height:1em;
	font-family:arial;
	font-weight:bold;
	vertical-align:center;
}
#aboutus {
	position:absolute;
	left:20%;
	top:60%;
	float:left;
}
#services {
	position:absolute;
	left:40%;
	top:60%;
	float:left;
}
#contactus {
	position:absolute;
	left:75%;
	top:60%;
	float:left;
}

#navigation a {
	color:black;
	line-height:1.5em;
	text-align:center;
	text-decoration:none;
}
#navigation a:hover {
	background:transperant;
	color:blue;
}

#navigation a:active {
	background:#e3e3e3;
	color:#777;
}

#undcons {
	position:absolute;
	left:40%;
	top:70%;
	font-weight: bold;
	color: #C00;
	text-align:center;
}

/* footer */
#footer {
	position:absolute;
	left:34%;
	top:90%;
	border-top:1px solid #999; 
	height:0.5em;
	text-align:center;
	font-size:0.6em;
}


