* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 8px;
}

img {
	border: 0px;
}







div.container {
	width: 874px;
	margin-left: auto;
	margin-right: auto;
}

div.top {
	height: 722px; 
}

div.topindex {
	height: 516px; 
}

div.sidebar {
	width: 153px;
	height: 100%;
	line-height: 1px;
	text-align: right;
	float: left;
}

div.page {
	width: 721px;
	height: 100%;
	float: left;
	overflow: hidden;
}

div.splash {
	background-image: url('images/splash.png');
}

div.footer {
	width: 626px;
	height: 41px;
}




div.button {
	width: 103px;
	height: 99px;
	position: relative;
	cursor: pointer;
	cursor: hand;
	opacity: 0.92;
	zoom: 1;
	filter: alpha(opacity = 92);
}

div.button_contact {
	width: 103px;
	height: 99px;
	position: relative;
	left: 622px;
	top: 145px;
	background-image: url('images/Button_Contact_1.png');
}

div.button_contact:hover {
	background-image: url('images/Button_Contact_2.png');
}

div.button_cry {
	left: 608px;
	top: -60px;
	background-image: url('images/Button_CRY_1.png');
}

div.button_cry:hover {
	background-image: url('images/Button_CRY_2.png');
}


div.button_cryback {
	left: 608px;
	top: -682px;
	background-image: url('images/Button_CRYBACK_1.png');
}

div.button_cryback:hover {
	background-image: url('images/Button_CRYBACK_2.png');
}


a.dim:hover {
	opacity: 0.6;
	zoom: 1;
	filter: alpha(opacity = 60);
}


