/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	text-align: center;
}
p {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 380px;
	height: 40px;
	margin-left: -190px;
	margin-top: -245px;
	
	/*padding: 310px 0 0 0;*/
	font-size: 1.1em;
	text-align: center;
	/*background-color: #00FF99;*/
}
.red {
	color: #F30000 !important;
	/*background: transparent url(../i/red.jpg) no-repeat 50% 0 !important;*/
}
.green {
	color: #009248 !important;
	/*background: transparent url(../i/green.jpg) no-repeat 50% 0 !important;*/
}
.blue {
	color: #2467B5 !important;
	/*background: transparent url(../i/blue.jpg) no-repeat 50% 0 !important;*/
}
.yellow {
	color: #FB8700 !important;
	/*background: transparent url(../i/orange.jpg) no-repeat 50% 0 !important;*/
}
h1 img.red {
	background: url(../i/bg/red/header_pr_bg.gif) 100% -1px no-repeat !important;
}
h1 img.green {
	background: url(../i/bg/green/header_pr_bg.gif) 100% -1px no-repeat !important;
}
h1 img.blue {
	background: url(../i/bg/blue/header_pr_bg.gif) 100% -1px no-repeat !important;
}
h1 img.yellow {
	background: url(../i/bg/yellow/header_pr_bg.gif) 100% -1px no-repeat !important;
}
p img.text {
	padding: 0 15px 25px;
	margin-bottom: .6em;
	/*border-bottom: 1px solid #999;*/
}
div a.link:link, div a.link:hover, div a.link:visited, div a.link:active {
	/*display: block;*/
	text-transform: uppercase;
	font-size: 1.2em;
}

p a:link, p a:hover, p a:visited, p a:active {
	/*display: block;*/
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 50px;
}

p span {
	display: block;
	margin: .3em 0 0 0;
	color: #666666;
}

#vhod { width: 650px; margin: 300px auto; }
#enterBG, #enterEN { float: left; padding: 35px;}
.divider { width: 250px; margin: 0 auto; border-bottom: 1px solid #efefef; }
