/* schoko.css
------------------------------------------------------------------------
Special Background for the Portal Page

Author: elements.at 
--------------------------------------------------------------------- */



/* Basic CSS Rules
--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #e0eaf3 url(/static/img/portal_bg.jpg) center top no-repeat;
	text-align: center;
}
