html
{
	height: 100%;
}

body
{
	margin: 0 auto;
	padding: 0;
	background: rgba(255,255,255,1);
	color: #000000;
	font: normal normal 13px/150% 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	text-align: center;
}

p
{
	margin: 0 0 10px 0;
	padding: 0;
}

h1
{
	margin: 0 0 10px 0;
	padding: 0;
	background: transparent;
	color: #404040;
	font: normal normal 20px/120% 'Trebuchet MS', 'Verdana', sans-serif;
}

a:link
{
	background-color: transparent;
	color: #4180b6;
	text-decoration: none;
}

a:visited
{
	background-color: transparent;
	color: #4180b6;
	text-decoration: none;
}

a:hover
{
	background-color: transparent;
	color: #4180b6;
	text-decoration: underline;
}

a:active
{
	background-color: transparent;
	color: #4180b6;
	text-decoration: none;
}

#all
{
	position: relative;
	margin: 40px auto;
	padding: 0;
	/* width: 600px; */
}