/* Copyright (c) Carat Interactive. All Rights Reserved. */
/* Created by Daniel Ang, 18th January 2010 */
/* Cascading Style Sheet */

body{
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #2D2D2D;
	background-attachment: fixed;
	background-image: url(../images/img_tile.jpg);
	background-repeat: repeat;
}

a{
	font-weight: bold;
	color: #FFDE00;
	text-decoration: none;
}

a:link, a:visited{
	color: #999;
	text-decoration: none;
}

div{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-style: normal;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background-color: #2D2D2D;
}