@import url(/_css/views/default.css);

@media screen {	
	div#top {
		background-image: url(/_elements/home/top_home.jpg);
		background-repeat: no-repeat;
		height: 300px;
		position: relative;
	}
	
	div#top_inset {
		position: absolute;
		top: 40px;
		right: 180px;
		width: 375px;
		color: #FFFFFF;
		text-align: right;
		font-size: 14px;
		line-height: 23px;
	}
	
	div#top_inset h1 {
		color: #000000;
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	div#snapshots {
		position: absolute;
		right: 0;
		height: 300px;
		width: 135px;
		border-left: 1px solid #FFF;
	}
	
	div#snapshots img {
		width: 135px;
		height: 100px;
		border: 0;
		border-bottom: 1px solid #FFF;
		background: #CCC;
	}
}