*{
	margin: 0px;
	padding: 0px;
	font-family : Arial, Vardana, Helvetica, sans-serif;
	color : #515151;	
}

img {
	border: 0px;
}

html, body {
	height: 100%;
}

body{
	text-align: center;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center center;
	font-size : 11px;
}

