@import url(/_css/templates/default.css);

@media screen {

	td#content_column {
		width: 737px;
		background-repeat: no-repeat;
	}
	
	div#splash_image {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	div#splash_top {
		position: absolute;
		left: 0;
		top: 0;
		width: 737px;
		height: 580px;
		background: url(/_elements/home/splash_top.gif) no-repeat;
	}

	div#main_content {
		position: relative;
		left: 225px;
		width: 480px;
		padding-top: 380px;
	}

	div#main_content_inset {
		padding-bottom: 40px;
	}
	
}