
body,div,img,p,table,tr,td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #000000;
	color: #ffffff;

	font-family: arial,sans-serif;
	font-size: 100%;

	cursor: default;
}

div.main {
	width: 880px;
	margin: 0 auto;
	text-align: center;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	outline: 0;
}

a:focus {
	outline: 1px dotted #c0c0c0;
}

/* thumbset */

div.thumbset {
	width: 880px;
	margin: 16px auto;
}

div.thumbset img {
	margin: 4px;
	border: 1px solid #404040;
}

/* freesites */

div.freesites {
	width: 832px;
	margin: 32px auto;
	text-align: center;
}

div.freesites table {
	width: 100%;
	text-align: left;
	font-weight: bold;
}

div.freesites td.left {
	padding-right: 1em;
	white-space: nowrap;
}

/* paylist */

div.paylist {
	width: 832px;
	margin: 32px auto;
	text-align: left;
}

div.paylist a {
	font-weight: bold;
}

/* banner */

div.banner {
	width: 832px;
	margin: 12px auto;
}

div.banner img {
	margin: 4px;
}

/* links */

div.links {
	margin: 24px auto;
}

div.links table {
	width: 100%;
}

div.links td {
	font-weight: bold;
}

