/* WASTED SPACE COMMUNICATIONS
http://www.mywastedspace.com 
Style Sheet for City Homes Landing page 
*/

/* COLORS
#eeeeee light Grey
#333333 background
*/

/* MAIN STRUCTURE */

body {
background: #333;
margin: 40px 0 0 0;
font-family: Verdana, Helvetica, sans-serif;
	}

#page {
background: #eee;
text-align: center;
margin: 0 auto;
position: relative;
width: 800px;
	}

#header {
background: transparent;
padding: 10px 0;
margin: 0 25px;
border-bottom: 3px double #8f8f93;
}

#header-image {
background: url("images/city-homes-logo.png") no-repeat center;
height: 100px;
}

.left {
padding: 10px;
text-align: center;
}

#polk-rendering {
padding: 10px;
}

#polk-link {
padding: 10px;
}

.right {
padding: 10px 20px;
text-align: center !important;
}

#vintage-rendering {
padding: 10px;
}

#vintage-link {
padding: 10px;
}

/*POSITIONING*/
.left{
width: 360px;
float: left;
}

.right{
width: 360px;
float: right;
}

img {
border: none !important;
}