/** EVERYTHING **/

body
{
	background-image:url('foto.jpg');
	background-color:black;
	background-size:cover;
	background-attachment:fixed;
	overflow-y:scroll;
	font-size:20px;
	font-family:sans-serif;
/*	font-weight:bold;*/
}

hr
{
	background-color: #ffffff;
	height: 1px;
	width:80%;
	border:0;
	margin-top:40px;
}

/** GENERAL RECTANGLE **/

#container
{
	width:620px;
	margin:20px auto 0 auto;
	color:#efefef;
}

/** TEXT AREA **/

#content
{
	padding:10px;
	background-color:rgba(255,255,255,0.05);
}

#content a
{
	color:white;
	text-decoration:none;
/*	border-bottom:2px solid #000;*/
	font-weight:bold;
	font-style:italic;
}

#content a:hover
{
/*	border-bottom:0;*/
}

/** TITLE **/

#header
{
	margin:10px 0 30px 0;
/*	background-color:rgba(255,255,255,0.2);*/
	padding:0 10px 0 10px;
	color:#b40000;
	font-size:22px;
}

#header h1
{
	margin:0;
	font-family:serif;
	font-style:italic;
}

#header h2
{
	margin:0;
	font-family:serif;
	font-style:italic;
	font-size:90%;
	color:white;
	margin-top:10px;
}

#header h3
{
	margin:0;
	font-family:serif;
	font-style:italic;
	font-size:75%;
}

/** MENU **/

#menu
{
	padding:10px;
	width:160px;
/*	background-color:rgba(255,255,255,0.2);*/
	margin-left:-200px;

	display:block;
	position:fixed;
	bottom:0px;

/*	height:100%;*/
	font-size:12px;
}

#menu ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu #bottom li
{
	margin-bottom:12px;
}

#menu a:link, #menu a:visited
{
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:6px;
	text-decoration:none;
	text-transform:uppercase;
	background-color:rgba(183,183,183,.2);
	border-style:solid;
	border-width:1px;
	border-color:#e1e1e1;
	border-bottom-style:none;
	border-left-width:2px;
	border-right-width:2px;
}

#menu #bottom a:link, #menu #bottom a:visited
{
	border-bottom-style:solid;
	border-bottom-width:2px;
}

#menu #top a:link, #menu #top a:visited
{
	border-top-width:2px;
}

#menu a:hover, #menu a:active
{
	background-color:rgba(183,183,183,.6);
}

