/*
-------------------------
Mithris Michal Jasinski
-------------------------
*/
body {
	font: normal 12px  Calibri, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color:#999;
	margin:0px;
	background-image:url("../images/intro_tlo.jpg");
	background-repeat:repeat-x;
	background-color:#fff;
}
img {
	border: 0px;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

#intro {
	text-align: center; 

}
#follow {
	margin:20px auto;
	width: 900px;
	background-color:#FFF;

}
#follow img {
	margin:5px;
}
#footer {
	position: fixed;
	width:100%;
	height:100%;
	background-image:url("../images/foot_tlo.jpg");
	background-repeat:repeat-x;
	background-color:#1d001c;
	text-align: center;
	padding:10px;
	border-top: solid 50px #470a46;
}
