/*  
iSundae
*/

body {
	background: #000 url() no-repeat top center fixed;
}

#logo {
	margin:0 auto;
	text-align: center;
	width: 880px;
}

#wrapper {
	border: none;
}

#container {
	width: 440px;
	float: left;
}

.leftbar, .sidebar {
	display: none;
	width: 0;
	overflow: hidden;
}

#poster {
	float: left;
	width: 440px;
	margin: 20px 10px;
}

#poster img {
	width: 420px;
	border: 1px solid #333;
	margin: 10px;
}

h3 {
	padding: 2px 0 2px 33px;
	height: 52px;
	background: url(images/isundae-icon-48.png) left center no-repeat;
	margin-bottom: -30px;
}

ul {
	padding-left: 10px;
}