@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-position: static;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D0CFCF;
	background-image: url(../images/bg.png);
}
.ants #container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	height: 500px;
}
.ants #header {
	background-image: url(../images/header.png);
	height: 135px;
	width: 990px;
}
.ants  #nav {
	float: left;
	background-image: url(../images/antsdesigns_02.png);
	height: 350px;
	width: 200px;
	text-indent: 45px;
}
.ants  #maincontenthome {
	float: left;
	height: 380px;
	width: 520px;
}
.ants #maincontentservices {
	float: left;

	height: 560
#;
	width: 520px;
	height: 560px;
}
.ants #maincontentcontact {
	float: left;
	height: 400px;
	width: 520px;
}
.ants #maincontentprivacy {
	float: left;
	height: 1200px;
	width: 520px;
}





.ants #work {
	float: left;
	background-image: url(../images/work.png);
	height: 77px;
	width: 270px;
}
.ants #workex {
	float: left;
	background-image: url(../images/examplesbg.png);
	height: 115px;
	width: 270px;
}
.ants #news {
	float: left;
	background-image: url(../images/news.png);
	height: 70px;
	width: 270px;
}



.ants #footer {
	float: left;
	background-image: url(../images/footer.png);
	height: 55px;
	width: 990px;
}
