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

#container {
	width: 1200px;
	height: 650px;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(http://meganbird.ca/portfolio/images/background.png);
	background-position: 0px 40px;
	background-repeat: repeat-x;
}

#container #main {
	margin: 0px;
	width: 1200px;
	height: 650px;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	color: #430027;
	font-size: 10px;
	padding: 0px;
	top: 0px;
}

html { height: 100%; }
body { min-height: 100%; }
* html body ( height: 100%;} /*for IE6*/