body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url("images/site/background.jpg");
}
#subtitle {
	color: white;
	margin: 0px;
}
em {
	font-size: 75%;
}
a {
	text-decoration: none;
	color: blue;
	margin: 0px;
}
img {
	border: none;
}
#header {
	background: #500000 url("images/site/bnr-middle.png") repeat-x;
	width: 100%;
	margin: auto;
}
#title {
	float: right;
}
#global {
	background: url("images/site/bnr-bottom.png")repeat-x;
	border-top: 1px solid #500000;
	margin: 0px;
	padding: 0px;
}
#menu {
	background: #500000;
	border-top: 1px solid #500000;
	width: 250px;
	position: fixed;
}
ul {
	list-style-image: url("images/site/bullet.png");
}
#content{
	background: url("images/site/mn-right.png")repeat-y;
	border-top: 1px solid #500000;
	border-bottom: 1px solid #500000;
	margin-left: 235px;
	padding-right: 50px;
	padding-left: 50px;
	text-align: center;
}
.allocine_blog {
	margin: auto;
}
.movie {
	width: 300px;
}
#footer {
	text-align: center;
	height: 50px;
	background: url("images/site/mn-foot.png")no-repeat;
	margin-left: 235px;
	padding-left: 30px;
}
