/* CSS Document */

body {
	background: url(../gfx/bg.png) repeat-x #70d1e1;
	color: #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:100%;

}

#container {
	width: 930px;
	margin: 0 auto;
	min-height:100%;
  position:relative;
	padding-bottom:60px;   /* Height of the footer */
}


ul {
	list-style:inherit;	
}

ul li {
	margin-left: 25px;
}

#tell-a-friend a {
	color: #e58d03;
	text-decoration: none;
}

#tell-a-friend a:hover{
	cursor:pointer;	
}

#tell-a-friend-form label {
	display: block;	
}

small {
	font-size: 80%;
}

.right {
	text-align:right;	
}
#validation  {
	clear:both;
	display:block;
	height: 60px;
}

#validation p {
	float: left;

}

#chatbox {
	position: absolute;
	right: 0;
	top: 350px;
}



#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */

}


