@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	background-image: url(background.png);
	background-repeat: repeat-x;
	background-color: #dcdcdc;
}

#wrapper {
	width: 682px;
	margin-left: auto;
	margin-right: auto;

}

#header {
	height: 100px;
	width: 100%;
	background-image: url(erepublik.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#main {

}

#top {
	height: 10px;
	width: 100%;
	background-image: url(top.png);
	margin: 0px;
	z-index: 1;
}
#content {
	min-height: 250px;
	width: 562px;
	background-image: url(content.png);
	background-repeat: repeat-y;
	margin: 0px;
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
}
#bottom {
	height: 10px;
	width: 100%;
	background-image: url(bottom.png);
	margin: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #bbb;
	font-size: 38pt;
	font-weight: 300;Bo
}
p.links {
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
}
p.content {
	width: 100%;
	text-align: justify;
	font-weight: 900;
	font-size: 10pt;
	color: #666;
}

a {
	color: #c74646;
	text-decoration: none;
}

img {
	border: 0px;
}

#footer {
	width: 100%;
	font-size: 8pt;
	color: #777;
	text-align:center;
	padding-top: 2px;
}
img.button_link {
	width: 189px;
	height: 54px;
	margin: 0px 20px 10px 20px;
}

#flag {
	position: absolute;
	z-index: -1;
	width: 377px;
	height: 217px;
	background-image: url(flag.png);
	background-repeat: no-repeat;
}
