@charset "UTF-8";
/* CSS Document */

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body {
	color:#EDEDED;
	margin-bottom:75px;
	background-image: url("../img/bg.jpg");
	background-repeat: repeat;
}
html, body, form {
	margin:0;
	padding:0;
	max-height:100%;
}
#header {
	background: white;
	width: 80%;
	margin: 0 auto;
	padding: 0 auto;
	margin-top:30px;
	font-size:20px;
	color: #202020;
	text-align: center;
	line-height:30px;
}
#words {
	margin: 0 auto;
	padding: 0 auto;
	width:80%;
}
#wedding-gallery{
	max-width:90%;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
}
