   		#body{
   			background-color:#000000;
   			margin: 0;
   			padding: 0;
   		}
   		#main {
    		border-style: solid;
    		border-width: 0px;
    		border-color:#000000;
    		background-color:#000000;
    		width: 100%;
    		height: 100%;
    		margin-left: 0px;
    		margin-right: 0px;
    		
    	}
    	#top {
    		border-style: solid;
    		border-width: 1px;
    		border-color: #2e2e2e;
    		background-color:#2e2e2e;
    		width: 804px;
    		margin-left: 0px;
    		margin-right: 0px;
    		margin-bottom: 0px;
    		text-align:center;
    	}
    

    	#center {
    		background-color:#000000;
			border-style:solid;
    		border-width: 1px;
    		width:850px;
    		height:585px;
    		margin-top:25px;
    		margin-bottom:25px;
    	    /* background-image:url('img/emodfrontpage1.jpg'); */
    		left: 0px; 
    		top: 0px; 
    	}
    	#bottom {
    		border-style: solid;
    		border-width: 1px;
    		border-color: #2e2e2e;
    		background-color: #2e2e2e;
    		width: 804px; 	
    		margin-left: 0px;
    		margin-right: 0px;
    		text-align:center;
    		clear:both;	
    	}