/* CSS for Wedding Website */

body {
	margin:0;
	padding:0;
}

img {
	border: none;
	
}

img.logo {
	width: 210px;
	height: 210px;
}

#top {
	height: 210px;
}


#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 210px;
	height: 210px;
	margin: 0px;
}

#banner {
	position: absolute;
	left: 210px;
	top: 0px;
	height: 210px;
	width: 600px;
	background-color: #BD3769;
	text-align: center;
}

#middle {
	position: absolute;
	left: 0px;
	top: 210px;
	bottom: 100%;
	right: 100%;
	
}

#left-nav {
	background-color: #000000;
	text-align: top;
	width: 210px;
	height: 470px;	
}

.main {
	width: 100%;
	background: white url("polkadots.png");
  	background-repeat: repeat;
  	background-position: center top;	
	position: absolute;
	left: 210px;
	top: 210px;
}

#center {
	text-align: center;
}

#copy {
	text-color: black;
}
