@font-face {
	font-family:'Candara';
	src:url(font/candara.eot);
	src:url(font/candara.eot?#iefix) format("embedded-opentype"),url(font/candara.woff) format("woff"),url(font/candara.ttf) format("truetype"),url(font/candara.svg#candara) format("svg");
	font-weight:400;
	font-style:normal;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

body {
	min-width: 960px;
	background-color: #3f0a00;
	background-repeat: no-repeat;
	background-image: url(../img/flara.jpg);
	height: 836px;
	background-position: center top;
	font-family: sans-serif;
	color: #fff;

}

#logo {
	background-image: url(../img/regnum_logo.png);
	background-repeat: no-repeat;
		background-position: center top;
	height: 366px;
	width: 299px;
	margin-left: auto;
	margin-right: auto;
		
}

#divider {
	border-top: #3d0900 solid 3px;
	background-image: url(../img/cicik.png);
	background-position: center top;
	background-repeat: no-repeat;
	height:8px;
	margin-top: 20px;

}

#left {
	border-right: #3d0900 solid 2px;
	margin-top: 10px;
	padding: 0px 20px;
	width: 429px;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 0px;
}

#right {
	margin-top: 10px;
	padding: 0px 20px;
	width: 429px;
	display: inline;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
}

.bottom {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  text-align: justify
}

#br {
	text-align: right;
}

#copyright {
	color: #000;
	text-align: center;
	font-size: 12px;
}

#contact {
	color: #fff;
	text-align: center;
	font-size: 14px;
}
a {
	color: #fff;
	text-decoration: none;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container {
  zoom: 1;
}
