*{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #555;
}

html{
	min-height: 100%;
	height: auto;
}

body{
	background: url(../static/main_background.png) repeat-x bottom;
	background-color: #EEEBEE;
}

a{
	color: #555;
	font-size: 0.9em;
	text-decoration: none;
}

a:hover, a:active, a:focus{
	color: #26B0BD;
	text-decoration: underline;
}

h1{
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-large;
	color: #4D4D4D;
	text-transform: lowercase;
	font-weight: normal;
	text-align: center;
}

p{
	text-align: justify;
	line-height: 1.4em;
}

ul{
	margin-top: 0px;
	padding-top: 0px;
}
