*
{
	margin: 0;
	padding: 0;
}
body
{
	color: white;
	font-family: Arial, serif;
	font-size: 95%;
	background: #3a3f43 url(../medias/images/bg.jpg) no-repeat left top;
}
a
{
	color: white;
}
a img
{
	border-width: 0;
}
div#container
{
	margin: 0 auto;
	padding: 250px 20px 50px 20px;
	width: 940px;
}
ul#last_works
{
	float: left;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted white;
	list-style-type: none;
}
ul#last_works li
{
	float: left;
	margin: 0 10px 10px 0;
	height: 150px;
}
ul#last_works li a
{
	float: left;
	display: block;
	width: 200px;
	height: 150px;
}
ul#last_works li a img
{
	float: left;
}
div#our_agency,
div#contact_us,
div#already_customer
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted white;
}
div#our_agency p,
div#contact_us p,
div#already_customer p
{
	margin-bottom: 10px;
	text-align: justify;
}
div#copyright
{
	padding-top: 30px;
	font-size: 85%;
	text-align: center;
}