html, body {
	height: 90%; background-color: #5D303F;
}
img{border: 0px;}

#container {
	width: 870px;
	height: 500px;
	background-color: #92827D;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -435px;
	margin-top: -295px;
	border-left: 40px solid #3C1521;
	border-right: 40px solid #3C1521;
	border-top: 45px solid #3C1521;
	border-bottom: 45px solid #3C1521;
}

#menu {
	width: 405px;
	height: 225px;
	overflow: hidden;
	float: left;
	background: #92827D url(../images/laprrilla_logo.gif) no-repeat;
}

.menu {font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}
#topimage_index_right_background {
	background: url(../images/content_background.gif) repeat-y;
	width: 465px;
	height: 500px;
	float: right;
}

a.link:link{color:#FFFFFF; text-decoration:none}
a.link:visited{color:#FFFFFF; text-decoration:none}
a.link:hover{color:#92827D; text-none:underline}