
#header
{
   width:1024px;
   height:225px;
}

#blue_3D
{
	width:974px;
	background-repeat:no-repeat;
	background-position: bottom;
	margin-left:25px;
	position:absolute;
	
	z-index:1;
	
	background-image:url('./images/blue3D.png');height:190px;top:0px;}

#logo
{
    width:650px;
    height:125px;
    float:left;
    background-repeat:no-repeat;
    margin:25px 15px 0px 75px;
    position:absolute;
    top:0px;
    z-index:2;
	
	background-image:url('./images/logo.png');}

#the_dude
{
    width:150px;
    height:200px;
	position:absolute;
    top:0px;
    z-index:2;
	margin: 10px 0px 0px 730px;
}

