/* from Meyer's css reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end of reset */

body {
	font-family: Arial, sans-serif;
	color: #4e4e50;
	font-size: 14px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 19px;
	font-weight: normal;
	padding-bottom: 20px;
}
a {
	color: #4e4e50;
	text-decoration: underline;
}
.sp {
	clear: both;
	height: 1px;
	font-size: 1px;
}
#wrapper {
	width: 500px;
	margin: 0 auto;
	padding: 45px 0 16px 0;
	position: relative;
}
#logo {
	position: absolute;
	top: 32px;
	left: -200px;
}
#domains {
	float: left;
	padding: 0 0 17px 0;
}
#domains a {
	margin-right: 8px;
}
#coming_soon {
	float: right;
	margin-right: 37px;
}
#ill {
	margin: 0 0 20px 0;
}
#ill img {
	display: block;
}
#thumbs {
	float: left;
	padding: 0 0 30px 0;
}
#thumbs a {
	float: left;
	margin: 0 13px 0 0;
}
#thumbs a.last {
	margin-right: 0;
}
#logos {
	float: left;
	margin: 0 0 30px 0;
}
#logos a {
	float: left;
	margin: 0 20px 0 0;
}
#shares {
	margin: 0 0 25px 0;
}
#shares table td {
	vertical-align: bottom;
	padding-right: 15px;
}
#copyright {
	font-size: 12px;
}
