body {
	background: #0e0e0e url(http://annerice.marius-deromanus.net/images/bg.jpg) repeat-x;
	margin: 60px 0px 50px 0px;
	padding: 0px;
	font-size: 11px;
	color: #5d5d5d;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-align: center;
}
div {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	width: 687px;
	background: #000000 url(http://annerice.marius-deromanus.net/images/rockballads_04.gif);
}
#top {
	width: 480px;
	height: 357px;
	background: #000000 url(http://annerice.marius-deromanus.net/images/rockballads_01.gif)
}
#content {
	position: relative;
	padding: 20px 0px 10px 0px;
	margin: 0px;
	text-align: justify;
	width: 480px;
}

/*__________________________________________ MENU */

#menu {
	position: absolute;
	top: 30px;
	left: 490px;
	width: 170px;
	text-align: left;
	line-height: 35px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	letter-spacing: 3px;
}
#menu ul li {
	padding: 0px;
	display: block;
}
#menu ul li a {
	margin-bottom: 10px;
	padding-left: 10px;
	color: #8b8b8b;
	background: #090909;
	display: block;
	text-decoration: none;
	text-transform: lowercase;
}
#menu ul li a:hover {
	color: #cccccc;
	background: #1b1b1b;
	text-decoration: none;
}

/* _____________________________________________________ BOTTOM */
#bottom {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	width: 687px;
	background: #191919;
	color: #444444;
	text-align: center;
	font-size: 11px;
}
#bottom p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
#bottom a {
	padding: 0px 1px 0px 1px;
	color: #54564f;
	font-style: italic;
	text-decoration: none;
	letter-spacing: 1px;
}
#bottom a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* ___________________________________________________ CONTENT */
#content p {
	margin: 0px;
	padding: 5px 10px 25px 20px;
}
#content h1 {
	margin: 0px 5px 10px 20px;
	padding-right: 10px;
	letter-spacing: 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #abae9e;
	line-height: 5px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: right;
}
#content a {
	color: #abae9e;
	font-weight: normal;
	text-decoration: none;
}
#content a:hover, a:active {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#content b {
	color: #70705f;
	font-weight: bold;
}
#content strong {
	color: #686868;
}
#content i {
	color: #70705f;
}
#content em {
	color: #686868;
}
#content blockquote {
	margin: 15px 30px 25px 30px;
	padding: 5px;
	border: 10px solid #0d0d0d;
	background: #121212 url(http://annerice.marius-deromanus.net/images/blockquote.jpg);
}
#content textarea, input, select, button, submit {
	background-color: #121212;
	border: 0px;
	color: #5d5d5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}