@font-face {
    font-family: 'arimobold';
    src: url('Fonts/Arimo-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arimoregular';
    src: url('Fonts/Arimo-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arimoitalic';
    src: url('Fonts/Arimo-Italic-webfont.woff') format('woff');
    font-style: normal;

}

@font-face {
    font-family: 'introrustg-base2line';
    src: url('Fonts/introrustg-base2line-webfont.woff2') format('woff2'),
         url('Fonts/introrustg-base2line-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cinematografica-extrabold';
    src: url('Fonts/cinematografica-extrabold-webfont.woff2') format('woff2'),
         url('Fonts/cinematografica-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	
  	background-attachment: fixed;
    background-image:url('Images/SILIR3.jpg');
    background-repeat: repeat;
    background-position: 635px 10px;
    }

a:visited {
	color: black;}
a:active {
	color: #222A7E;}
	
header
{
	position: fixed;
  	left: 25px;
  	top: -25px;
    font-family:'introrustg-base2line', "Arial",sans-serif;
	font-size:27px;
	letter-spacing: -2px;
	text-shadow:4px 4px 3px grey;
    width: 200px;
    height: 80px;
 	opacity: 1;
    z-index: 2;
}

#container {width: 290px;}
#header {height: 40px; margin-left: 0px;}
#button {height: 200px;width: 290px; margin: auto;}

ul, li {margin:0; padding:0; list-style:none;}

.menu_class {border:1px solid #1c1c1c;}
.the_menu {display:none; width:230px; margin-left: -10px; margin-top: 15px; border: 1px solid #727272;}
.the_menu li {background-color: white; background-position: -105px 45px; #CACACA;}
.the_menu li a {color:black; text-decoration:none; padding:15px; display:block;}
.the_menu li a:hover {padding: 10px; color: white; text-shadow:4px 4px 3px black; background: grey}
		

section{
  position: absolute;
  margin-right:55px;
  margin-left: 55%;
  max-width: 42%;
  top: 25px;
  font-family:'arimoregular',"Arial",sans-serif;
  line-height: 40px;
  font-size:22px;
  text-shadow: 2px 2px 3px grey;
  text-align:justify;
}


aside{
position: fixed;
  top: 0px;
  left:-30px;
  width: 55%;
  height: 100%;
  margin-left: 25px;
  overflow: scroll;
  
	
}
	
img {
  box-shadow: 7px 7px 4px grey; 
}