/* 
Script : style.css
Author : Tathagata Basu
*/

html, body {
	margin: 0;
	height: 100%;
}

body {
	background: url('../images/bg1.jpg') no-repeat;
	background-size: 100%;
}

.wraperDiv {
	position: fixed;
	height: 100%;
	width: 100%;
	background:#000;
	opacity: 0.7;
	z-index: 99;
}

.welcomeDiv {
	margin-top: 15%;
	color: #FFFFFF;
	z-index: 100;
}