/* RESET */
	
	:link,:visited { text-decoration:none }
	ul,ol { list-style:none }
	h1,h2,h3,h4,h5,h6,pre,code, p, br, blockquote, em, strong { }
	ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote
	{ margin:0; padding:0 }
	a img,:link img,:visited img { border:none }
	address { font-style:normal }
	table, tr, td, th { border: none; border-spacing: 0px; padding: 0px;  }

/* END RESET */

body { font-size:12px; }
div,textarea, input, select, option, table, tr, td, blockquote, em, strong, b, span, a, p, h1, h2, h3, h4, h5, h6, li, ul, ol, dt, dl { font-family: arial,verdana; line-height: 18px; }
p { font-size: 10px; }
.clear { position: absolute; clear: both; }

/* ******************************************************
	Settings
*********************************************************/
body, html {
	width: 100%;
	height: 100%;
    background: #e1e0e1;
}

h1, h2, h3, h4, h5, h6, th
{
    font-size: 14px; 
	font-weight: normal;
	color: #000;
    margin-bottom: 5px;
}

/* structure */
div#wrap  {
    height: 550px;
    width: 800px;
    position: relative;
    margin: 50px auto;
    background: url(img/wrap_back.jpg) top left no-repeat;
}

div#contentwrap {
    position: absolute;
    width: 500px;
    height: 440px;
    top: 50px;
    left: 108px;
    background: url(img/back_border.jpg) top left no-repeat;
}

div#europeflag {
    position: absolute;
    width: 80px;
    height: 30px;
    top: 70px;
    left: 40px;
}

div#philosophy {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 250px;
    height: 200px;
}
div#contact {
    position: absolute;
    top: 370px;
    left: 180px;
    width: 310px;
    height: 60px;
}
div#slogan {
    position: absolute;
    top: 270px;
    height: 100px;
    left: 91px;
    width: 300px;
}

#ecg {
    position: absolute;
    bottom: 28px; left: 290px;
}
    #ecg a {
        color: #aaa;
        font-size: 10px;
        text-decoration: none;
        font-weight: normal;
    }
    #ecg a:hover {
        text-decoration: underline;
    }
		