@charset "UTF-8";
/* CSS Document */


.outer-container {
	width:100%;
	height:100%;
	position:absolute;
	overflow:auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../pages/images/index/goa-beach-india2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#content {
	position: absolute;
	width: 903px;
	height: 30px;
	left: 10px;
	top: 196px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	color: #9db106;
	border: 2px solid #fff;
	background-color: #F5F5F5;
}
#content h1 {
	font-size: 14pt;
	margin-left: 4px;
	margin-top: 8px;
	color: #9db106;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding: 0px;
}
.back a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;

}
.back a:hover {
	text-decoration: underline;
}
.quick-gallery-link a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #9db106;
}
.quick-gallery-link a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.galerie-img {
	position: absolute;
	top: 237px;
	left: 10px;
	padding-bottom: 40px;
}