body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	margin:0px;
	padding:0px;
}
*{border:0px solid #eee;margin:0;padding:0;list-style:none}
html,body,#contentss{font-family:Arial;width:100%;height:100%;overflow:hidden}
a{text-decoration:none;color:#000;outline:0; font-family:Arial,tahoma,helvetica;}
/**** Inline STYLE-tag style sheet ****/
		

.box{position:absolute;top:15%;top:200px;width:500px;padding-bottom:100px}
.box div{line-height:1.5em;background:#fff;padding:20px 30px}
.box div a{text-decoration:underline}
.large{text-align:right;top:20%;right:120px;font-size:13px}
.left{text-align:right;right:auto;left:420px;font-size:13px}
.large h2{font-size:60px}



.clear{
	clear:both;
}

#page{
	z-index: 2;
position: relative;
height:100%;
}
#logo{position:absolute;bottom:0;left:0px;}
#logo img{
width:90px;
}
#slogan{
background:none;
font-size:5.7em;
color:white;
font-weight:900;
line-height:.7em;
left:500px;
}
#menu{
padding-top:20px;
height:30px;
width:500px;

}

#menu li {
display:inline;
padding-right:5px;
height:100px;

}

#menu li a{
background-color:rgb(255,100,0);
padding:8px 17px 5px 15px;
font-family: Arial ;
color:white;
}




/******************
*
* Receipes
*
******************/
#Plate img, img.bg{
z-index:0;
position:relative;
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 70%;
			
			/* Set up proportionate scaling */
			width: auto;
			height: 100%;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-height: 771){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}


#topMenu{
z-index:2;
position:relative;
width:100%;
background-image:url('images/topMenuBG.png');
height:60px;
}
#topMenu a{
color:black;
}
#topMenu ul li{
display:inline;
padding-left:50px;
}
#topMenu ul{
padding-top:15px;
}

#receipe{
text-align:justify;
z-index:3;
position:absolute;top:15%;right:10%;width:300px;padding-bottom:100px;
line-height:1.5em;background:#ccc;opacity:0.86;padding:20px 30px;
font-size:0.65em;
-moz-border-radius: 1em 4em 1em 4em;
border-radius: 1em 4em 1em 4em;
}


