body {
	background-color: #EEEEEE;
	-moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

div.all {
    width: 830px;
}

div.container1 {
    width: 600px;
    text-align: justify;
}

div.container2 {
    width: 180px;
	float: right; 
	height: 950px;
	padding: 10px;
	background-color: #DDDDDD;
}

div.footer {
	position:relative;
	bottom:0;
	padding: 20px 0 0 0;
}
