	/*
	
		CSS
		homepage
		----------------------------------------------------------------------
	
	*/
	
	
	div#page {
		background-image: none;
	}

	div#streetlight {
		position: absolute;
		right: 40px;
		bottom: 0;
		width: 385px;
		height: 750px;
		background: url(images/street-light-startpage.png) 0 0 no-repeat;
	}

	div#content {
		position: relative;
		top: 280px;
		width: 923px;
		height: 280px;
		margin: 0 auto;
		background: url(images/come-in.png) 50% 0 no-repeat;
	}

	div#content div.ours {
		float: right;
		display: inline;
		width: 230px;
		margin: 110px 50px 0 0;
	}
	
	div#content div.ours p {
		margin: 0;
		padding: 0;
		font-family: "Times New Roman", Times, serif;
		text-align: right;
		font-size: 180%;
		font-weight: bold;
		color: #3c1c0e;
		background-color: transparent;
	}
	
	div#content div.ours p.tel {
		margin-top: 0.5em;
	}

	div#content div.button {
		float: right;
		display: inline;
		width: 200px;
		height: 70px;
		margin-top: 115px;
/*
		background: url(images/btn-come-in-flash.png) 0 0 no-repeat;
*/		
	}

	div#content div.button a {
		display: block;
		width: 200px;
		height: 70px;
		background: url(images/btn-come-in.png) 0 0 no-repeat;
	}

	div#content div.button a:hover {
		background-position: 0 -70px;
	}

	/* flashing effect */
	
	div.flash {
		position: absolute; 
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: transparent url(images/come-in-flash.png) 47% 5px no-repeat;
	}
