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

body {
	text-align:center;
	margin:0px;
	background-image:url(../images/main-bg.jpg);
	font-family: "Century Gothic";
	font-size:13px;
}

a:link, a:visited {
	color:#de247b;
}

#top {
	width:100%;
	background-image:url(../images/bg.jpg);
	text-align:center;
	border-bottom:1px solid #000000;
}

#header {
	width:980px;
	height:230px;
	margin:0 auto;
}

#menu {
		width:980px;
		margin:0 auto;
}

#main {
	width:980px;
	margin:0 auto;
}

#footer {
		width:980px;
		margin:0 auto;
}

