#canvas {
	background-color: #transparant;
	position: absolute;
	top: 30%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	min-width: 600px; 
	border : 0px solid #0000ff; /* Test border*/
	}

#container {
	width : 500px;
	height : 147px;
	margin : 0 auto;
	background-image : url('./images/grabblogo.png');
	background-repeat: no-repeat;
	border : 0px solid #0000ff; /* Test border*/
	}

#content {
	position: relative;
	top : 160px;
	left : 0px;
	width : 500px;
	height : 358px;
	margin : 0 auto;
	background-image : url('./images/bck.png');
	border : 0px solid #0000ff; /* Test border*/
	}


#name {
	width : 460px;
	height : 100px;
	margin-top : 30px;
	margin-left : 20px;
	position: relative;
	padding-top : 0px;
	padding-left : 5px;
	text-align: left;
	border : 0px solid #0000ff; /* Test border*/
	}	
	
	
#address {
	width : 170px;
	height : 200px;
	margin-top : 10px;
	margin-left : 10px;
	position: relative;
	padding-top : 5px;
	padding-left : 5px;
	text-align: right;
	float: left;
	border : 0px solid #0000ff; /* Test border*/
	}	

#services {
	width : 280px;
	height : 200px;
	margin-top : 10px;
	margin-left : 20px;
	position: relative;
	padding-top : 5px;
	padding-left : 5px;
	text-align: left;
	border : 0px solid #0000ff; /* Test border*/
	float: left;
	}			

#footer {
	position:fixed;
	left:0px;
	bottom:0px;
	height:20px;
	width:100%;
	background:#EC008C;
	}
	
/* IE 6 */
* html #footer {
	position:absolute;
	top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
	}
	
h2 	{
	font-family: 'Georgia', serif;
	font-style: italic; 
	font-size: 44px;
	color:#EC008C;
	}

p	{
	font-family: 'Georgia', serif;
	font-weight: bold; 
	font-size: 16px;
	color:#333333;
	line-height: 150%;
	}

a:link  {
	color:#333333;
	text-decoration:none;
	}
	
a:visited {
	color:#333333;
	text-decoration:none;
	}
	
a:hover {
	color:#EC008C;
	text-decoration:underline;
	}
	
a:active {
	color:#333333;
	text-decoration:none;
	}