﻿/* -------------------------------------------------


--------------------- IGC.as -----------------------


------------------------------------------------- */

/* 01. HTML Tagy */

body {
    background: #171515;
    font-family: Arial, sans-serif; font-size: 10px; text-align: center; color: #cdcfd1;
    margin: 0; padding: 0;
}
p {margin: 0px; padding: 0px;}

#main {width: 100%; background: #171515 url('./pozadi.jpg') top left; height: 680px; text-align: center; }
#web {width: 800px; margin: auto;}
#bottom {background: url('./bottom.jpg') top left no-repeat; width: 800px; height: 40px; line-height: 40px; padding-top: 10px; margin: 20px auto 0px auto;}
.bot-l {width: 250px; float: left; text-align: left;}
.bot-c {width: 300px; float: left; text-align: center;}
.bot-r {width: 250px; float: right; text-align: right;}

#heel {width: 100%; height: 50px; line-height: 50px; background: #171515; text-align: center; color: #585859;}
#heel a {
	color: #585859;
}
