body {
	font: 14px/100% sans-serif; margin: 0px; padding: 0px; text-align: center; color: rgb(0, 0, 0); position: relative; font-size-adjust: none; font-stretch: normal;
}

#browser {
	margin: 18px 0 0 0; text-align: center;
	text-shadow: 0 3px 3px #333;
}
	#browser em {
		font: italic 20px Georgia, Serif; color: #666; 
	}

#updated {
	margin: 40px 0 0 0; text-align: center;
}
	#updated em {
		font: 14px Georgia, Serif; color: #660; 
	}

.container {
    width: 100px; height: 100px; position:fixed; top: 50px; left: 180px;
}

.container img {
    width: 100%;
    height: auto;
}

h1 {
	font-size: 45px; text-transform: uppercase; color: #00f; text-shadow: 0 3px 3px #333; margin: 30px 0 0 0; text-align: center;
}

h2 {
	font: 20px/130% sans-serif; padding: 0px; width: 400px; text-align: left; margin-top: 60px; margin-right: 50px; margin-left: 150px; font-size-adjust: none; font-stretch: normal; color: #00f;
}

a {
	color: rgb(0, 0, 0);
}
a:hover {
	color: rgb(255, 153, 0);
}
#navigation {
	margin: auto; left: -50px; width: 980px; height: 400px; overflow: hidden; position: relative; top: 30px;
}
#navigation::after {
	height: 0px; clear: both; display: block; visibility: hidden; content: ".";
}
#navigation ul {
	margin: auto; width: 900px; height: 400px; display: block;
}
#navigation li {
	float: right;
}
#navigation .menu {
	background: rgb(255, 255, 255); width: 135px; height: 400px; overflow: hidden; border-right-color: rgb(255, 255, 255); border-right-width: 2px; border-right-style: solid; display: block;
}
#navigation .mothers {
	background: url("images/Others.jpg");
}
#navigation .mcontact {
	background: url("images/Contact.jpg");
}
#navigation .mproject {
	background: url("images/Projects.jpg"); text-indent: -9990px;
}
#navigation .mproduct {
	background: url("images/ProductNSupport.jpg"); text-indent: -9990px;
}
#navigation .mabout {
	background: url("images/about.jpg");
}
#navigation .mhome {
	background: url("images/home.jpg"); text-indent: -999px;
}
#navigation .menu a {
	width: auto; overflow: hidden;
}

