@charset "utf-8";
/* CSS Document */
html{
overflow:hidden;	
}
body{
	background:#4c0e0e;	
	margin:auto;
	text-align:center;
	
}
/*
#parent{
	width:693px;
	height:404px;
	margin:auto;
	text-align:left;
}



*/
div#parent {
width:692px;
height:444px;
position:absolute;
top:50%;
left:50%;
margin-top:-222px;
margin-left:-346px;
}

.link_bloc{
	width:693px;
	height:404px;
	background: url(img/bg.jpg) #FFF;
	border-right:#d3d3d3 solid 1px;
	border-left:#d3d3d3 solid 1px;
	position:relative;
	
}
.logo{
	display:block;
	width:329px;
	height:76px;
	outline:none;
	background:url(img/logo.jpg) no-repeat;
	position:absolute;
	left:179px;
	top:50px;
}

.apatinis_tekstas{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-align:center;
	margin-top:25px;
}
.email_link:link, .email_link:visited, .email_link:hover, .email_link:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	outline:none;
}




.link1{
	width:218px;
	height:183px;
	position:absolute;
	background:url(img/block_link.jpg) no-repeat;
	top:181px;
	left:14px;
	cursor:pointer;
	text-align:center;
}

.link2{
	width:218px;
	height:183px;
	background:url(img/block_link.jpg) no-repeat;
	position:absolute;
	top:181px;
	left:237px;
	cursor:pointer;
	text-align:center;
}

.link3{
	width:218px;
	height:183px;
	background:url(img/block_link.jpg) no-repeat;
	position:absolute;
	top:181px;
	left:460px;
	cursor:pointer;
	text-align:center;
}
.separator{
	width:100%;
	height:28px;
}
.link1 a, .link2 a, .link3 a,
.link1 a:visited, .link2 a:visited, .link3 a:visited{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#282828;
	outline:none;
	margin-top:3px;
}


.link1 a:hover, .link2 a:hover, .link3 a:hover{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#be1c28;
	outline:none;
	margin-top:3px;
}
