/*

	HERO
	------------------------------------------------------------------------
	Author       Tomas Matis (tomas.matis@symbio.cz)


/*
	GLOBAL
	------------------------------------------------------------------------
*/

@import "reset.css";

html, body {
	height: 100%;
}

body {
	background: #e7f2e2 url(/images/bg-radio.png) repeat-x 0 0;
	color: #333;
	font: 62.5% "Arial CE", Arial, "Helvetica CE", helvetica, sans-serif;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #333;
	outline: none;
	text-decoration: underline;
}

