﻿div#logo
{
	background-color: PowderBlue;
    height: 160px;
    width: 920px;
}
div#logo .sb-inner
{ 
	background-color: PaleGoldenRod;
	background-image: url(../Images/SummitSnowInfoLogo.jpg);
    background-repeat: no-repeat;
}
div#logo .sb-border 
{ 
	background: SlateGray; 
}

div#logoText
{
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	left: 200px;
	top: 20px;
	color: White;
}

div#logoWeb
{
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	left: 650px;
	top: 10px;
	color: White;
}

div#logoEmail
{
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	left: 670px;
	top: 30px;
	color: White;
}

div#currentDate
{
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	left: 50px;
	top: 105px;
	color: White;
}

div#currentTime
{
	position: absolute;
	font-size: 14px;
	font-weight: bold;
	left: 65px;
	top: 125px;
	color: White;
}

