* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: rgb(213, 213, 213);
	font-family: Myriad, "Lucida Sans", Verdana, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}

h1 {
	color: rgb(213, 213, 213);
	font-weight: normal;
}

table {
	width: 100%;
}

td {
	text-align: center;
	padding: 20px 0;
}

img {
	margin: 100px 0 0 0;
}

p {
	text-align: center;
	color: rgb(213, 213, 213);
	margin-top: 100px;
}

#wrapper {
	margin: 10px auto;
	width: 820px;
	background-color: white;
}

h1.tomsteg {
	margin-top: 60px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 70px;
}
h1.tomsteg a {
	text-decoration: none;
	color: rgb(167, 167, 167);
}
p.tomsteg {
	margin-top: 10px;
}