body {

	background-image: url("../img/wallpaper_main.png") ;
	min-height: 500px;
    /* Set background image to fixed (don't scroll along with the page) */
    background-attachment: fixed;

    background-position: center;

    background-repeat: no-repeat;
    background-size: cover;
	color:white;
}

div{
	color: black;
}

ul{
	text-align: right;
}

@font-face{
	font-family: "OE";
	src: url("fonts/Old_Englished_Boots.ttf");
}

@media screen and (min-width: 350px) {
	#fb{
		width:500;
		height:750;
	}

}
