@charset UTF-8; 

/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
*/
@media screen,projection {

body { text-align:center; background: #fff url(../images/bg_start.png) top center repeat-x; }

#header { height: 350px; }

#main { 
padding: 10px;
margin: 0;
}

}