@charset "utf-8";
/* PP Perfumes common style */

	@font-face {
		font-family: 'Gentium';
		src:url(media/GenBasR.ttf);
	}
	@font-face {
		font-family: 'Gentium';
		font-weight: bold;
		src:url(media/GenBasB.ttf);
	}
	body{
		background-color: black;
		font-family: Gentium, Georgia, "Times New Roman", Times, serif;
		color: white;
		margin: 0px;
		padding: 0px;
	}
	#menu {
		width: 100%;
		position:fixed;
		z-index: 2;
		padding: 1ex;
		top: 0px;
		left: 0px;
		text-align:center;
		background-color: rgb(0%, 0%, 0%);
	}
	#menu span {
		padding-right: 1ex;
		padding-left: 1ex;
	}
	#footer {
		width: 100%;
		position: fixed;
		padding: 1ex;
		bottom: 0px;
		left: 0px;
		z-index: 2;
		text-align: center;
		background-color: rgba(0%, 0%, 0%, 0%);
	}
	#footer span {
		padding-right: 1ex;
		padding-left: 1ex;
	}
	#footer span img {
		height: 4ex;
	}
	#menu img{
		height: 1.5ex;
		max-height: 50px;
	}
	a img {
		border: none;	
	}
	#menu a:link, #menu a:visited, #menu a:active {
		text-decoration: none;
		color: white;
	}