@font-face{
	font-family: goth;
	src: url('../font/d.ttf');
}

body{
	background-image: url('../img/bg.jpg')
}

#allcontent{
	width: 1250px;
	height: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
	background-image:url('../img/bgt.png');
	-webkit-box-shadow:  0px 010px 0px 5px rgba(0, 0, 0, .3);
    box-shadow:  0px 010px 0px 5px rgba(0, 0, 0, .3);
}
a{ 
text-decoration: none; 
color: purple;
font-family: goth;
} 
a:hover{ /* For when your mouse hovers over the element */ 
	color: blue;
} 
a:visited{ /* For links that are in the browser history (Previously visited) */ text-decoration: none; 

} 
a:active{ /* For links that you are clicking on */ 
text-decoration: none;
list-style-type: none; 
color: green; 
}
ul{
	text-decoration: none;
	list-style-type: none;
}
ul:hover{

}

#allcontent-old{
	width: 1200px;
	height: 1000px;
	 position:  absolute;
    display:    inline-block;
    left:       -500px;
    width:      1200px;
    margin:     0 50%;
	background-image:url('../img/bgt.png');
	float: left;
	-webkit-box-shadow:  0px 010px 0px 5px rgba(0, 0, 0, .3);
    box-shadow:  0px 010px 0px 5px rgba(0, 0, 0, .3);
}

#header {
	background-image:url('../img/head.jpg');
	width: 1250px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-image: url('../img/bgt-2.png');
	width: 625px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	color: lightblue;
	font-size: 42px;
	text-align: center;
}

#panel1{
	height: 300px;
	width: 725px;
	float:right;
	background-image: url('../img/bgt2.png');
}
	
#panel{
	height: 70%;
	width: 725px;
	margin-left: 25px;
	float: right;
	background-image:url('../img/bgt2.png');
	-webkit-box-shadow:  0px 010px 0px 5px rgba(0, 0, 0, .3);    
	box-shadow:  0px 010px 0px 5px rgba(0, 0, 0, .3);
}

#sidepanel{
	height: 90%;
	width: 400px;
	margin-top: 35px;
	margin-left: 50px;
	float: left;
	background-image:url('../img/bgt2.png');
	-webkit-box-shadow:  0px 010px 0px 5px rgba(0, 0, 0, .3);    
    box-shadow:  0px 010px 0px 5px rgba(0, 0, 0, .3);
}

#galleria{ 
 	width: 100%; 
 	height: 100%;  
}
