/* 
    Document   : style
    Created on : Jul 25, 2013, 10:06:32 PM
    Author     : angel
    Description:
        Purpose of the stylesheet follows.
*/
.board {
	margin-top:35px;
    margin-left:100px;
	position: relative; 
	width:600px; 
	height:600px;
 }
 .board  img { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}