


body{
	margin:0;
	padding:0;
}


#home { 
	background: url(../images/newmaster.png) 50% 0 no-repeat fixed; 
	height: 700px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}
#about { 
	background: url(../images/bg.jpg) 50% 0 no-repeat fixed; 
	height: 1000px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1920px; 
    position: relative; 
    box-shadow: 0 0 50px rgba(0,0,0,0.8);
}

<style type="text/css">
<!--
.style1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}
.style2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
a:link {
	color: #000000;
}
body {
	background-color: #FFF5C1;
}
a:visited {
	color: #000000;
}
-->
</style>


/* Introduction */

#home article { background: url("../images/intro.png") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; }

#about article { background: url("../images/bg.jpg") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; }






