@font-face {
	font-family: Ageone;
	src: url('Ageone_ss.ttf');
}

* {
	margin:0; padding:0; border:none; outline:none; border-collapse:separate;
}

a { text-decoration:none; }

html, body { height:100%; }

body {
	background:#333;
	font-family:Ageone, "Palatino Linotype", Verdana;
}

#cont {
	position:relative;
	width:100%;
	height:100%;
	background:#333 url('../imgs/bg.png') repeat-y top right;
}

#cont img {
	position:absolute;
	bottom:20px;
	right:1px;
}

p#mailb {
	position:absolute;
	top:0;
	right:0;
	width:100px;
	height:40px;
	text-align:center;
	margin-top:20px;
}

p#mailb a {
	display:block;
	font-size:12px;
	width:100%;
	line-height:20px;
	unicode-bidi: bidi-override; 
	direction: rtl;
}

p#mailb a:link, a:visited {
	color:#333;
}

p#mailb a:hover {
	/*text-decoration:overline;*/
	background:#333;
	color:#999;
}

p#mailb a:active, a:focus {
	color:#eee;
}

#contact {
	position:absolute;
	top:40px;
	left:90px;
	width:320px;
	padding:5px;
	background:#000;
	color:#fff;
	z-index:1000;
}

