html, body
{
	width: 100%;
	height: 100%;
}
body
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	background-color: #4c4c4e;
	cursor: default;
	line-height: 1.5;
}
a
{
	color: #3355FF;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: black;
	font-weight: normal;
	margin: 5px;
}

/* INDEX */
body.index div.container
{
	width: 710px;
	height: 420px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -355px;
	margin-top: -210px;
	background-color: #dddddd;
}
body.index div.container div.info
{
	margin-right: 20px;
	text-align: right;
}
body.index div.container img.email
{
	position: relative;
	top: 5px;
	margin-right: 5px;
}
