﻿body {
}
#fullview_box {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    background-image: url(images/pop_up_images/blur.png);
    background-repeat: repeat;
    z-index: 2000;
}        
.box_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
}
.loading {
    color: white;
	font-weight: bold;
	text-align: center;
	width: 100px;
	height: 50px;
	position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
}
.btnClose {
    position: absolute;
    right: -8px;
    top: -8px;            
}
.index_site_wrap {
	width: 230px;
	height: 151px;
}
.site_one {
	width: 256px;
	height: 173px;
	background-image: url(images/index_images/site_links_1.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#site_one_hover {
	width: 256px;
	height: 173px;
	background-image: url(images/index_images/site_links_1_hover.png);
	background-repeat: no-repeat;
	display: block;
}
.site_two {
	width: 250px;
	height: 173px;
	background-image: url(images/index_images/site_links_2.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#site_two_hover {
	width: 250px;
	height: 173px;
	background-image: url(images/index_images/site_links_2_hover.png);
	background-repeat: no-repeat;
	display: block;
}
.site_three {
	width: 264px;
	height: 173px;
	background-image: url(images/index_images/site_links_3.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
}
#site_three_hover {
	width: 264px;
	height: 173px;
	background-image: url(images/index_images/site_links_3_hover.png);
	background-repeat: no-repeat;
	display: block;
}