
/************************************
				GENERAL DEFINITIONS
************************************/

	body {
		background-image: url('http://www.sbu-online.com/img/templates/body_bg_home.png');
	}
	
	#wrapper {
		padding: 100px 0px 0px 0px;
	}
	
	
/*****************************************
							LAYOUT: INTRO
*****************************************/

	#lyt_intro #box_wrapper	{
		margin: 0px auto 0px auto;
		height: 418px;
		width: 954px;
	}
	
	#lyt_intro #logo {
		float: left;
		width: 317px;
		height: 418px;
		//background-image: url('http://www.sbu-online.com/img/templates/box_left.png');
		background-image: url('http://www.sbu-online.com/img/templates/box_tokyo_kosei.png');
		background-repeat: no-repeat;
	}
	
	#lyt_intro #eyecatcher {
		float: left;
		width: 317px;
		height: 418px;
		background-image: url('http://www.sbu-online.com/img/templates/box_center.png');
		background-repeat: no-repeat;
	}
	
	#lyt_intro #website {
		float: left;
		width: 317px;
		height: 418px;
		background-image: url('http://www.sbu-online.com/img/templates/box_right.png');
		background-repeat: no-repeat;
	}
	
	#lyt_intro #website a {
		/*display: block;
		margin: 360px 0px 0px 170px;
		height: 40px;
		width: 150px;*/
	}
	
	#lyt_intro #copyright {
		clear: both;
		width: 100%;
		text-align: center;
	}