@charset "utf-8";
/* CSS Document */


body {
	background-color: #EAD7AD;
	background-image:url(../images/bg_pattern.jpg);
	background-repeat:repeat;
}


#wrapper {
	/*no position so it will center page with margin 0 auto technique*/
	/*centers page*/
	margin: 0 auto;
}


#content {
	position:relative;
	background-image:url(../images/index.jpg);
	background-repeat:no-repeat;
	width: 1200px;
	height: 1000px;
	margin: 0 auto;
}

#facebook {
	position:absolute;
	width: 190px;
	height: 77px;
	left: 241px;
	top: 105px;
}

#twitter {
	position:absolute;
	width: 190px;
	height: 77px;
	left: 769px;
	top: 106px;
	
}
