body{
	font-family: 'helvetica';
	color:white;
	text-align: center;
	overflow: scroll;
}
.container{
	
}
.title{
	font-size: 100px;
	color: rgb(242,0,132);
	position: absolute;
	z-index: 1;
	margin:-150px 0px 0px 268px;
}

.title1{
	font-size: 100px;
	color: rgb(242,0,132);
	position: absolute;
	z-index: 2;
	margin:-150px 0px 0px 262px;
}

.title2{
	font-size: 100px;
	color: rgb(242,0,132);
	position: absolute;
	z-index: 3;
	margin:-150px 0px 0px 256px;
}

.title3{
	font-size: 100px;
	color: white;
	position: absolute;
	z-index: 4;
	margin:-150px 0px 0px 250px;
}

li{
	list-style-type: none;
	line-height: 70px;
}
a{
	text-decoration: none;
}

a:link{
	color:white;
	font-size: 45px;

}

a:hover{
	color:rgb(245,0,132);
}


.container1{
	margin:250px 0px;
	overflow: scroll;
}

html{
	background: url('../img/mainBG1.gif') no-repeat center center fixed;
	background-size: cover;
}