@charset "UTF-8";
/* CSS Document */

.wrapper{
	width:100%; 
	height:auto;
	margin:0 auto;
	
	

}

.menu{
	width:100%;
	height:auto;
	background-color:#EEAAFF;
	text-align:center;
	padding-top:10px;
	border-radius:50px;
	-moz-border-radius:50px;
	
}

.menu li{
	display:block;
	list-style:none;
	padding:5px;
}

.teacup{
	width:50%;
	height:600px;
	float:left;
}
	
.coffee{
	width:50%;
	height:600px;
	float:left;
}
.text{
	width:50%;
	height:600px;
	float:right;
}

.footer{
	width:100%;
	height:40px;
	background-color:#F165EC;
	float:left;
	text-align:center;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;

}

img{
	width: 100%;
	height:auto;
}

p{
	font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	color:#F46CA;
	font-size:12px;