* {
margin : 0;
padding : 0;
}

@font-face {
    font-family: 'ltc_kennerleyregular';
    src: url('ltckennereg-webfont.eot');
    src: url('ltckennereg-webfont.eot?#iefix') format('embedded-opentype'),
         url('ltckennereg-webfont.woff') format('woff'),
         url('ltckennereg-webfont.ttf') format('truetype'),
         url('ltckennereg-webfont.svg#ltc_kennerleyregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ltc_kennerleysmall_caps';
    src: url('ltckennerleysc-webfont.eot');
    src: url('ltckennerleysc-webfont.eot?#iefix') format('embedded-opentype'),
         url('ltckennerleysc-webfont.woff') format('woff'),
         url('ltckennerleysc-webfont.ttf') format('truetype'),
         url('ltckennerleysc-webfont.svg#ltc_kennerleysmall_caps') format('svg');
    font-weight: normal;
    font-style: normal;
}

#email a {
color: #fff;
text-decoration: none;
outline: none;
}

#email a:hover {
color: #5a5958;
text-decoration: none;
}

img {
border : none;
}

body {
overflow : hidden;
color : #fff;
text-align: center;
}

#mc {
	font-family: 'ltc_kennerleyregular';
	overflow : visible;
	z-index : 3;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 50px;
	margin-top: -25px;
	margin-left: -200px;
	font-size: 22px;
	color : #fff;
	background-image: url(images/aj.png);
	visibility: visible;
}

#email {
font-family: 'ltc_kennerleysmall_caps';
font-size: 10px;
overflow : hidden;
height : 15px;
width: 400px;
z-index : 3;
bottom: 5px;
position: fixed;
left: 50%;
margin-left: -200px;
border-top: 1px #fff solid;
text-transform: uppercase;
padding-top: 10px;
color : #fff;
letter-spacing: 1px;
}

#supersize{
position : fixed;
}

#s2 {
background: rgba(254,219,180, 0.5);
height : 100%;
width : 100%;
position : absolute;
z-index: 1;
margin: 0;
}

#supersize img, #supersize a {
height : 100%;
width : 100%;
position : absolute;
z-index : 0;
}

span.codedirection { 
unicode-bidi:bidi-override; direction: rtl; 
}
