/* no comment */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #000000;
	font-family: Georgia, Garamond, serif;
	font-size: 12px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: line-through;
}

h1 {
	font-size: 25px;
}

/* Buttons, Main Page */

.button {
	position: relative;
	float: left;
	width: 225px;
	height: 225px;
	margin: 25px 0 0 25px;
	padding: 0;
	background-color: #cccccc;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.button:hover {
	background-color: #eeeeee;	
}

#logo {
	background: url('logo.png') no-repeat;
	width: 175px;
	height: 175px;
	margin: 25px;
}

.button img {
	position: relative;
	padding: 25px;
	width: 175px;
	height: 175px;
}

.link {
	position: absolute;
	padding: 25px;
	width: 175px;
	font-size: 25px;
	top: 150px;
	text-align: center;
}

.text {
	position: absolute;
	padding: 25px;
	width: 175px;
	text-align: justify;
}
/* Expand me, make me FAT AND UGLY!!! */

.main {
	position: relative;
	float: left;
	width: 500px;
	margin: 25px 0 0 25px;
	padding: 25px;
	background-color: #cccccc;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.main img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
}

.main p {
	padding: 5px 0;	
}

code {
	font-family: Monaco, Consolas, sans-serif;
	font-size: 9px;
	border-left: 1px solid #000000;
	display: block;
	padding: 10px;	
}
