@charset "UTF-8";


/* panes */
#flowpanes {
	width:750px;
	height:400px;
	background-color: #CFC8B8;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/backgrounds/paper.jpg);
	background-repeat: repeat;
	position: relative;
}


#flowpanes #items {
	width: 700px;
	height: 380px;
	/* [disabled]position: relative; */
}
#flowpanes .items div table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 28px;
	color: #333;
	text-align: center;
	vertical-align: middle;
	height: 380px;
	width: 740px;
	line-height: 50px;
}


/* single pane */
#flowpanes div {
	color:#656569;
	/* [disabled]margin-top: 20px; */
	/* [disabled]margin-right: 20px; */
	/* [disabled]margin-bottom: 20px; */
	/* [disabled]margin-left: 20px; */
	width: 700px;
}

/* some decorations for elements inside single pane */

#flowpanes a {
	color:#ccc;		
	font-size:14px;
}
body {
	background-image: url(../images/backgrounds/paper.jpg);
}

