﻿html {
height: 100%;
} 

body {   
	margin: 0px;
	padding: 0px;
	background-color: #CC65CC;
	background-repeat:no-repeat;
}
body.streetbeats {   
	margin: 0px;
	padding: 0px;
	background-color: #B566C8;
	background-repeat:no-repeat;
}
body.blank {   
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-repeat:no-repeat;
}
#center { 
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
.pollPanel{
    width: 540px; top: 200px; left: 40px; position: absolute;
}
#container { 
    width: 1024px;
    margin-left: 0;
    z-index: 0;
    position: absolute;
}

/*pop up styles*/
body.popup {   
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-repeat:no-repeat;
}

.close {
    float: right;
}
/*end popup styles*/

/*splash styles*/
#maincontent_splash {
	background: url(/assets/images/splash_main.png) no-repeat top left;
	width: 1024px;
	height: 768px;
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
}
#en {
	width: 129px;
	height: 74px;
	position: absolute;
	top: 418px;
	left: 657px;
}
#fr {
	width: 134px;
	height: 74px;
	position: absolute;
	top: 418px;
	left: 793px;
}
#splash_footer {
	width: 1024px;
	margin-left: auto;
    margin-right: auto;
	position: absolute;
	top: 778px;
	font-family: arial;
	font-size: 10px;
	color: #000000;
	z-index: 500;
}
/*end splash styles*/

p, li, td, Label {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}
.pinkTitle {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #EC008C;
}

a {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
a.footer {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.footer:visited {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.footer:hover {
	font-family: arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.pink {
	font-family: arial;
	font-size: 11px;
	color: #EC008C;
	text-decoration: underline;
}
a.pink:visited {
	font-family: arial;
	font-size: 11px;
	color: #EC008C;
	text-decoration: underline;
}
a.pink:hover {
	font-family: arial;
	font-size: 11px;
	color: #EC008C;
	text-decoration: underline;
}

td {
	vertical-align: top;
}


