html { background: #333 url("images/bg.jpg") repeat 0 0; }

body {
	color: #565656;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	vertical-align: baseline;
}

#pageContainer {
	width:900px;
	margin: 0 auto;
}

.header {
	height: 20px;
	width: 100%;
	text-align: right;
	line-height: 14px;
}

.header p{
	padding-right: 100px;
	text-align: right;
}

.header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A6A6A;
	text-decoration: none;
}

.header a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6A6A6A;
	text-decoration: underline;
}

.logo {
	height: 90px;
	color: #FCFCDF; 
	font-weight: bold; 
	font-style:normal;
	font-size: 22px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	padding-top:10px;
	text-align: center;
}

.eggContainer {
	width: 700px;
	height: 525px;
	background: #262626;
	background: rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.75) inset;
	box-shadow: 0 1px 1px rgba(0,0,0,0.75) inset;
	padding-top: 0px;
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
}

.egg {
	padding-top: 20px;
	text-align: center;
}

.eggSlogan {
	height: 24px;
	color: #F0F5FF; 
	font-weight: bolder; 
	font-style: normal;
	font-size: 18px; 
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px; 
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}

.eggSlogan p {
	margin-top: 0px;
	padding-top: 0px;
}

.eggSpacer {
	height: 20px;
}

.footer {
	height: 80px;
	width: 700px;
	padding-top: 5px;
	line-height: 14px;
    margin-left: 100px;
	margin-right: 100px;
	display: block; 
}

.copyrightInfo {
	float: left;
	width: 400px;
	padding-left: 10px;
	color: #111;
	font-size: 11px;
	text-shadow: 0 1px 1px rgba(225,225,225, .15);
	display: inline;
}


.contactInfo {
	width: 200px;
	float: right;
	padding-right: 10px;
	text-align: right;
	display: inline;
}

.contactInfo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00649e;
	text-decoration: none;
}

.contactInfo a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00649e;
	text-decoration: underline;
}

