@charset "utf-8";
/* CSS Document */


body {
	background: #e9e9e9 url(../img/banner.jpg) no-repeat top;
}

#layout {
	background: url(../img/frame.png) no-repeat top;
	}

div.user_panel {
	width: 160px;
	height: auto;
	background: url(../img/panel.png);
}

div.user_panel .foto {
	width: 160px;
	height: 180px;
	float: left;
	background: url(../img/foto_bg.png) no-repeat;
	margin: 30px 0 25px 0;
}

#bottom {
	background: #e9e9e9;
}

