﻿@font-face {
 font-family: ImprolediFont;
 src: url("chiller.eot") /* EOT file for IE */
}
@font-face {
 font-family: ImprolediFont;
 src: url("chiller.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: CopyrightFont;
 src: url("calibri.eot") /* EOT file for IE */
}
@font-face {
 font-family: CopyrightFont;
 src: url("calibri.ttf") /* TTF file for CSS3 browsers */
}

.bodyStyle
{
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	border: none;
	padding: 0px;
	margin-top: 0px;
}

.masterContainer
{
    outline: none;
	width: 705px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.imageContainer
{
	float: left;
	width: 480px;
	height: 480px;
}

.logoSloganContainer
{
	float: right;
	width: 225px;
	height: 480px;
	text-align: right;
}

.logo
{
	text-align: center;
	color: #FF6600;
	font-size: 60px;
	font-weight: bold;
	font-family: ImprolediFont;
}

.slogan
{
	color: #666666;
	font-family: ImprolediFont;
	line-height: 90%;
	font-size: 22px;
	font-weight: normal;
}

.footerContainer
{
	clear: both;
	width: 705px;
	height: 80px;
	vertical-align: top;
	text-align: center;
}

.imageLink
{
	text-decoration: none;
	border: none;
	outline: none;
}

.copyright
{
	font-family: CopyrightFont;
	font-size: 10px;
	color: #999999;
}
