



.title {
	position:absolute;
	
	width:100%;
	
	top:75%;
	
	padding:0px;
	margin:0px;
	text-align:center;
	
	z-index:5;
}

.title .title1 {
	
	position:absolute;
	
	width:660px;
	left:50%;
	
	margin-left:-330px;
	font-size:48pt;
	background-color:#FFF;
}

.title .title2 {
	
	position:absolute;
	
	width:360px;
	
	margin-top:80px;
	
	margin-left:-180px;
	
	left:50%;
	
	font-size:18pt;
	background-color:#FFF;
}
/*
.title .textbg{
	position:absolute;
	width:400px;
	height:200px;
	
	padding:0px;
	margin:0px;
	top:0px;
	left:0px;
	
	background-color:#FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
   	opacity: 0.8;
}*/

.bgcontainer {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px;
}



#bg1{
	background:url(../img/1.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#bg2{
	background:url(../img/2.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#bg3{
	background:url(../img/3.jpg) no-repeat center center; 
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#bg4{
	background:url(../img/4.jpg) no-repeat center center; 
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#bg5{
	background:url(../img/5.jpg) no-repeat center center; 
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#bg5{
	background:url(../img/6.jpg) no-repeat center center; 
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.bg {
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	
	padding:0px;
	margin:0px;
	
	
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
   opacity: 0;
	

	
}

@media all and (max-width: 1024px) and (orientation : portrait) {
	.title .title1 {
		width:500px;
		margin-left:-250px;
		font-size:36pt;
	}
	
	.title .title2 {
		width:300px;
		margin-top:60px;
		margin-left:-150px;
		font-size:14pt;
	}
	
}

@media all and (min-width: 800px) and (orientation : portrait) {
	.title .title1 {
		padding-top:20px;	
		padding-bottom:0px;
	}
	
	.title .title2 {
		padding-top:10px;
		margin-top:120px;
	}
}

@media all and (max-width: 640px) and (orientation : portrait) {
	.title .title1 {
		width:340px;
		margin-left:-170px;
		font-size:24pt;
	}
	
	.title .title2 {
		width:240px;
		margin-top:40px;
		margin-left:-120px;
		font-size:12pt;
	}
	
}




