#top_picture_container
{
	width: 100%;
	float: left;
}

#intro_search_engine_container
{
	width: 965px;
	height:320px;
	float: left;
        padding-bottom: 15px;
}
#introduction_ads_container
{
	width: 545px;
	height: 340px;
	float: left;
        margin-left: 8px;
}
#intro_text
{	
	width: 540px;
	height: 150px;
	float: left;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	padding-left:5px;
        margin-bottom:15px;
}

#search_engine
{
	width: 545px;
	height: 185px;
	float: left;
        text-align: center;
}

#offer_request_intro
{
	width: 965px;
	height: 200px;
	float: left;
        margin-top: 10px;
}

#offer_intro
{
	width: 460px;
	height: 200px;
	float: left;
	border: #696969 solid 2px;
	border-radius: 25px;
	padding-left: 16px;
	margin-left: 1px;
       color:#696969;
}

#request_intro
{
	width: 460px;
	height: 200px;
	float: left;
	padding-left: 5px;
        margin-right: 15px;
	border: #696969 solid 2px;
	border-radius: 25px;
        color:#696969;
}


#random_parking_advertisements
{
	width: 412px;
	height: 340px;
	float: left;
}

#note
{
	position: absolute;
	padding-left: 650px;
	margin-top: 20px;
}

.note_image
{
	display: block;
	width: 200px;
	height: 200px;
	background: url('../images/note_top_image_msg_small.png') bottom;
	text-indent: -99999px;
	position: absolute;
}

.note_image:hover
{
	position: absolute;
	background-image:url('../images/note_top_image_msg_big.png');
}

.note_image_search
{
	display: block;
	width: 200px;
	height: 200px;
        float:left;
        margin-left:250px;
	background: url('../images/note_top_image_msg_small.png') bottom;
	text-indent: -99999px;
	position: absolute;
}

.note_image_search:hover
{
	position: absolute;
	background-image:url('../images/note_top_image_msg_big.png');
}

.note_image_offer
{
	display: block;
	width: 200px;
	height: 200px;
        float:left;
        margin-left:550px;
	background: url('../images/note_top_image_msg_small.png') bottom;
	text-indent: -99999px;
	position: absolute;
}

.note_image_offer:hover
{
	position: absolute;
	background-image:url('../images/note_top_image_msg_big.png');
}