#wrapper
{	
	    width: 510px;
	    margin-top: 10%;
	    margin-left: 25%;
}

#leftcol
{
    	width: 205px;
    	height: 290px;
    	float: left;
}

#rightcol
{
    	width: 305px;
    	height: 290px;
    	float: left;
}

#imgHand
{
	    width: 205px;
	    height: 290px;
	    background-image: url("../images/Hand.png");
	    background-repeat: no-repeat;
}

#imgSungard
{
	    width: 	298px;
	    background-color: Gray ;
}

#menu
{
    	width: 298px;
    	height: 236px;
    	background-color: Gray;
    	text-align: left;
    	
}

#menu a:link
{
    color :White;
}

#menu a:visited
{
    color :White;
}

#menu a:hover
{
    color :White;    
}
#menu ul
{
    	list-style-type: none;
    	margin: 0px;
	    padding: 10px;
	    text-indent: 1%;
}

#menu ul li
{

}
	

