/*
* Author: Kanav Kohli
* Author URI: http:kanavkohli.com
* Description: home page stylesheet
*/

/*************************************************************
							LOGO
/************************************************************/
.logo {
	left: 50%;
    margin-left: -167px;
    margin-top: 86px;
    position: absolute;
    top: 0;
    z-index: 2;
	outline: none;
}

.logo img {
    width: 339px;
}

/*************************************************************
							MAP
/************************************************************/
#map {
	background: url("../images/map-bg.jpg");
	height: 495px;
	width: 100%;
}
#background {
	background: url("../images/map-bg.jpg");
	height: 100%;
	width: 100%;
}
