/*
(c) 2009 Igor Rjabinin
++++++++++++++++++++++++++++++++++++++++++++++++++
http://www.igo.sk/
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*____________ GENERAL _____________*/

* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
}

body {
	background: #000;
/*	background: #000 url('../images/bg.gif') repeat-x;*/
color: #444;
text-align: center; /* Center content */
font-family: 'Arial CE', 'Helvetica CE', Arial, Helvetica, sans-serif;
font-size: 80%;
}

img { border: none; }

div { margin: 0; padding: 0; }

ul {
margin:0;
padding:0;
list-style:none;
}

/*____________ LINKS ______________*/


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

a:hover {
color: #d8643f;
text-decoration: underline;
}

a:active { color: #fff; }

a img { border: 0; }

/*_________ GENERAL CLASSES ________*/

.hidden {
display: none;
visibility: hidden;
}

.clear {
clear:both;
height:1px;
overflow:hidden;
}

.error {
font-weight: bolder;
color: #CC3300;
margin-top : 0;
}
.hr {
background: transparent url(../images/hr.gif) no-repeat 50%;
height: 1px;
margin: 6px 0;
}
.center {
text-align: center;
}
.center img {
margin: auto;
}
/*___________ CONTAINERS ___________*/

#logo {
margin: auto;
margin-top: 20%;
position: relative;
top: -150px;
width: 500px;
height: 422px;
/*border: 1px solid #222;*/
text-align: center;
}

#logo img {
	padding: 7px 5px;
	border: 1px solid #222;
}

#logo p {
	padding: 5px 5px;
	color: #B09453;
}
