/*general*/
body{
	 height: 100%;
	 font-family: Verdana;
	 font-size:14px;
	 color:white;
	 background-color: black;
	 margin: 5px auto 5px auto;
   }
a{
	text-decoration: none;
	color:white;
 }

/*site built*/  
td.mainpage{
		  width: 1201px;
		  height: 602px;
		  background-image : url('./img/nyito.jpg');
		  background-repeat: none;
		  
		 }  

td.centercontentleft{
				margin-right:10px;
				text-align: right;
		 		color: white;
	   		  }

td.centercontentright{
				text-align: left;
				color: white;
	   		  }

table.inner{
		margin-top:540px;
	}

