@charset "utf-8";
/* CSS Document */
a:link { text-decoration: none; color:#000000; }
a:visited { text-decoration: none; color:#000000;}
a:hover {
	text-decoration: none;
	color:#FF0033;
}
a:active { text-decoration: none; color:#000000; }
a img{ border:0; }
a img{ border:0; }


html{
	margin: 0;
	padding: 0;
}

body{
	background-image:url(img/back.jpg);
	text-align:center;
	margin-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h1,h2,h3,h4,h5,ul,p{ margin: 0; padding: 0;}
img { border: 0;}
#container {
	width:900px;
	margin: 0 auto;
}

#wrapper {
    width: 900px;
	
}
#box-l {
	width: 900px;
}

#top {
    width: 900px;
	height: 550px;
	
}
.bun {
    width: 900px;
	height: 2000px;
	margin-top:50px;
	line-height: 30px;
	
}