#contents { width: 1020px; height: 500px; position: relative;
            margin: 0px auto 0px; border: 0px; padding: 0px; 
			background-image: url("../img/stadium2.jpg");
			background-repeat: no-repeat;
			
			
			}
			

#contents #whatsnew { width: 322px; height: auto;
                      margin: 0px; border: 0px; padding: 0px;
					  position: absolute; bottom: 15px; left: 15px; }
	
#contents #whatsnew h1 { color: red; font-size: 13px; font-weight: normal;
                         font-family: arial;
                         margin: 0px; border: 0px; padding: 0px 0px 0px 10px;}
		
#contents #whatsnew #whats { width: 300px; height: 100px; overflow: auto;
                   
                   margin: 0px; padding: 0px; border: 1px solid gray; }
				   
#contents #whatsnew #whats p { font-size: 11px; color: white;
                               line-height: 15px; letter-spacing: 1px;
                               margin: 0px;
							   padding: 0px 0px 0px 10px; 
							   border: 0px;}

#whats p a { text-decoration: none; color: white;} 

