html{
background: #00B9F9 url(../images/bg.jpg) repeat-x;
   margin:0;
   padding:0;
  }
body {
background: url(../images/ksworkshop.png) no-repeat;
background-position: center;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   padding:10px;
}
#alibaba {
	padding-top: -100px;
}
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */   
   	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;	
	color: #FDFFC4;
}

a:link {
	color: #FDFFC4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6B1050;
}
a:hover {
	color: #FFF;
}
