html {
	overflow-x:hidden;
	height:100%;

}

body {
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#61abd8;
	margin:0px;
	padding:0px;
	text-align:center;
	width:100%;
	height:100%;
}

div, img, p, a:link, table, tbody, tr, td {
	margin:0px;
	padding:0px;
	border:0px;
}

h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
	display:inline;
}

h2 a {
	color:#61abd8;
	text-decoration:none;
	font-size:18px;
}

h2 a:hover {
	color:#61abd8;
	text-decoration:underline;
}

table#global {
	text-align:center;
	height:100%;
	width:577px;
	background-image:url(../images/images.php?img=interface/index/bg.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	margin:auto;
}

div#images {
	padding-top:64px;
	position:relative;
}

div#menu {
	padding-top:16px;
}
	
	