@font-face {
    font-family: swiss;
    src: local(bttf_font), url('../fonts/Swiss 721 Light.ttf') format('opentype');
}
@font-face {
    font-family: swissbold;
    src: local(bttf_font), url('../fonts/Swiss 721 Bold.ttf') format('opentype');
}
@font-face {
    font-family: swisslightcondensed;
    src: local(bttf_font), url('../fonts/Swiss 721 Light Condensed.ttf') format('opentype');
}
@font-face {
    font-family: swiss-italic;
    src: local(bttf_font), url('../fonts/Swiss 721 Light Italic.ttf') format('opentype');
}
body 
{
	background-color:#05171d;
	font-family:swiss;
	font-size:23px;
	color:#FFF;
	min-width:800px;
	min-height:600px;
	margin:0px;
	background-attachment:fixed;
	background-position:center; 
	float:right;
}

.img
{
	text-decoration::none;
/*	max-width:1940px; */
	max-height:auto;
	margin:0px;
	padding:0px;
	min-width:1280px;
	z-index:-1;
}

/*#imageContainer {
	background-image:url('../images/allin_bk.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	max-width:1920px; 
	max-height:auto;
	min-width:1280px;
	overflow:hidden;
}*/

#textContainer {
	z-index: 10;
	position: absolute;
	right: 0;
	top:500px;
	padding-right:143px;
	width:633px;
	line-height:130%;
	z-index:10;
}

#email {
	text-decoration:none;
	color:#009ee2;
	font-family:swissbold;
}

#cake {
	font-family:swiss-italic;
}