body
{
	background: url("images/top_gradient.png") rgb(100,100,100) repeat-x;
	color: black;
	font-family: "Arial Unicode MS", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
}

a
{
	color: rgb(200,200,200);
	text-decoration: none;
}

a:hover
{
	background-color: rgb(220,220,220);
	color: rgb(255,0,0);
	text-decoration: underline;
}

h1, h2, h3
{
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#company-logo
{
	background: url("images/logo-catlikecoding-bordered-100.png");
	height: 100px;
	margin: 0 auto;
	width: 100px;
}

#company-title
{
	color: rgb(170,170,170);
	font-size: 20px;
}

.subsite
{
	margin: 0 auto;
	width: 350px;
}

.subsite-title
{
	font-size: 20px;
	text-align: left;
}

.subsite-description
{
	text-align: left;
}

#anydice-logo
{
	background: url("images/logo-anydice-white-050.png") no-repeat;
	float: left;
	height: 50px;
	width: 55px;
}

#copyright
{
	clear: both;
	font-size: 12px;
	margin-top: 50px;
}

#kvk
{
	clear: both;
	font-size: 10px;
	margin-top: 10px;
}
