@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	height:100%;
	background-color: #888888;
}
* {
	
}
img {
	float:right;
}
.row {
	width:100%;
}
.columnL {
	position:fixed;
	width:20%;
	height:100%;
	float:left;
	background-color: #666666;
}
.columnR {
	width:80%;
	float:right;
	background-color: #888888;
}
.menu {
	margin-top: 20px;
	margin-left: 20px;
}
.content {
	padding: 20px;
	overflow:auto;
}
.align {
	margin: auto;
	margin-bottom: 20px;
	width:500px;
	height:250px;
	background-color: #FF0000; 
	
}