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

html{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body{
	margin:0;
	padding:0;
	height:100%;
	background:url(img/background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#d27d10;
}

#container{
	height:100%;
	width:1000px;
	margin-left:0;
	margin-top:0;
}

#rosa{
	background:url(img/rosa.png) no-repeat;
	width:130px;
	height:120px;
	position:absolute;
	top:94px;
	left:90px;
}

#logo{
	background:url(img/logo.png);
	height:178px;
	width:380px;
	position:absolute;
	top:0px;
	left:342px;
}

#menu{
	width:220px;
	position:absolute;
	top:218px;
	left:40px;
}

