@charset "utf-8";

@font-face {
	/* IE */
	font-family: 'CallunaRegular';
	src: url('../font/calluna-regular-webfont.eot');
}

@font-face {
	font-family: 'CallunaRegular';
	src: url(//:) format('no404'), url('../font/calluna-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body {
	background: #181818 url(../images/tlo.png) repeat 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
div{
	margin: 0 auto;
}
h1, h3{
	font:normal bold 20px/20px CallunaRegular, serif;
	padding-bottom: 25px;
}
p{
	font-size: 13px;
}
a {
	color: gray; 
	text-decoration: none; 
	font-weight: 600;
}
#page{
	background: url(../images/cedr.png) no-repeat center 100px;
	width: 1024px;
	height: 768px;
}
#content{
	padding-top: 250px;
	color: gray;
}