/***************************************************
 * FILE NAME:       /css/index.css
 * -------------------------------------------------
 * PURPOSE:         CSS file for index.php.
 * -------------------------------------------------
 * SPECIAL NOTES:   (None)
 ***************************************************/

div#main-head {
	width: 760px;
	text-align: center;
	float: left;
	margin-bottom: 20px;
}

	div#main-head h1#organize {
		width: 760px;
		height: 167px;
		float: left;
		background: #fff url('../images/front_main.gif') no-repeat;
		text-indent: -99999px;
	}
	
	div#main-head div#main-buttons {
		width: 760px;
		height: 71px;
		float: left;
		margin: 20px 0 15px 0;
	}
	
		div#main-head div#main-buttons a {
			border: none;
			margin-right: 30px;
		}
		
		div#main-head div#main-buttons a#last {
			margin: 0;
		}

div#sayonara {
	width: 530px;
	min-height: 156px;
	float: left;
	background: transparent url('../images/front_scr2.gif') no-repeat right top;
	padding-right: 230px;
}

div#sayonara h1#sayonara-image {
	width: 383px;
	height: 24px;
	background: transparent url('../images/front_sayonara.gif') no-repeat;
	text-indent: -99999px;
	margin-bottom: 5px;
}

div#organized {
	width: 530px;
	min-height: 150px;
	float: left;
	background: transparent url('../images/front_scr1.gif') no-repeat left top;
	padding-left: 230px;
	margin-top: 20px;
}

div#organized h1#organized-image {
	width: 491px;
	height: 23px;
	background: transparent url('../images/front_organized.gif') no-repeat;
	text-indent: -99999px;
	margin-bottom: 5px;
}