/*
 *
 * FTP::Thing CMS\/cms/style.css
 *
 * Last Edit: 27.01.2019 17:50
 */
 
 
body {
	font-size:200%;
	line-height:140%;
	
	background:#eee;

}

#page {
	text-align:center;

}

#content {
	text-align:left;
	margin:0 auto;
	padding:20px 40px 20px 40px;
	width:90%;
	max-width:768px;
	background:#fcfcf7;
	box-shadow: 0px 2px 6px rgba(100, 100, 100, 0.3);

}

footer {
	margin:80px 0 0 0;
	color:#bb1712;	
}

h1 {
	line-height:140%;
}

