html, body {margin:0px; padding:0px;}
table { border-collapse: collapse; border-spacing: 0}
html, body { height: 100%; width: 100%}
body {
	background: #fff url(bg.jpg) repeat-x 0 0;
	color: #000000;
	font: 13px/17px Tahoma, Helvetica, sans-serif;
	text-align: center
}
h1 {
	color: #9c9c9c;
	font: normal 16px/18px Tahoma, Helvetica, sans-serif;
	margin: 0 0 15px
}

table {text-align:center; margin-left:auto; margin-right:auto; width:400px;}
tr,td {text-align:center;}
td { padding-top:10px; }

a:link, a:visited { color: #9c9c9c; text-decoration: none}
a:hover { text-decoration: underline }
a:focus, img:focus { outline: none}
img { border: none}
