body {
		background-image:url("main_website_page_background.jpg");
		background-attachment: fixed;
		
}

#main {
	width=1400; 
	background: rgba(255, 255, 255, 0);
	min-height : 600px;
}



#titlecontainer {
	width: 700px;
	float: left;
	min-height:500px;
	float: left;
	background: rgba(255, 255, 255, 0);
	padding-top : 70px;
}

#holder {
	
	width: 800px;
	background: rgba(255, 255, 255, 0);
	min-height:500px;
	float: right;
	padding-top : 50px;
	padding-left : 25px;

}

.presentationtext {
	text-align: center;
	padding : 25px;
	font-family: candara, "Times New Roman";
	color: white;
}

.copyrights {
	color: white;
	text-align: center;
	font-family: candara, "Times New Roman";
}

.supportme {
display: block;
	width: 50%;
	text-align: center;
	
}

	