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

* {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/index_bg.jpg);
}
#index_main {
	height: 768px;
	width: 1300px;
	position: relative;
	background-image: url(images/index_template.jpg);
	margin-left: auto;
	margin-right: auto;
}
#video_holder {
	height: 192px;
	width: 350px;
	position: absolute;
	left: 245px;
	top: 222px;
}
#text_holder {
	height: 216px;
	width: 341px;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	position: absolute;
	overflow: auto;
	overflow-x: hidden;
	left: 738px;
	top: 215px;
}
#index_donate {
	height: 107px;
	width: 247px;
	position: absolute;
	left: 285px;
	top: 621px;
}
#index_video1 {
	height: 90px;
	width: 135px;
	position: absolute;
	left: 279px;
	top: 494px;
}
#index_video2 {
	height: 90px;
	width: 135px;
	position: absolute;
	left: 425px;
	top: 494px;
}
#index_logolink {
	height: 107px;
	width: 247px;
	position: absolute;
	left: 772px;
	top: 638px;
}
