body {
	background-image: url(../img/brick.jpg);
	font-family: Comic Sans MS;
}

#container {
	position: absolute;
	top: 0px;
	width: 100%;
}

#awning {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 665px;
	height: 392px;
	background: url(../img/awning.png) no-repeat;
}

#sign {
	margin-top: 25px;
	margin-left: 70px;
	width: 526px;
	height: 110px;
	border: 0px;
}

#wedding {
	float: left;
	margin-top: 90px;
	margin-left: 60px;
	border: 0px;
}

#birthday {
	float: left;
	margin-top: 108px;
	margin-left: 30px;
	border: 0px;
}

#baby {
	float: left;
	margin-top: 99px;
	margin-left: 25px;
	border: 0px;
}

#goodies {
	float: left;
	margin-top: -88px;
	margin-left: 475px;
	border: 0px;
}
			
#content-container {
	color: #303030;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 578px;
	background: url(../img/trans75.png);
	border: 1px solid #CCCCCC;
}

#content-container a {
	color: blue;
	text-decoration: none;
}

#content-container a:hover {
	background-color: #CCCCFF;
}

#content-container .image a:hover {
	background-color: transparent;
}

#menu {
	padding: 5px;
	text-align: center;
	background: yellow;
	border-bottom: 1px dotted #CCCCCC;
}

#title {
	padding: 5px;
	text-align: center;
	font-size: 2em;
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
}

#content {
	filter:alpha(opacity=100);
	opacity: 1;
	margin: 20px;
}

#content img {
	padding: 10px;
	border: 0px;
}

#footer {
	border-top: 1px dotted #CCCCCC;
	text-align: center;
	font-size: 70%;
}