/* hide from ie on mac \*/
html
{
height: 100%;
overflow: auto;
}
	
#flashcontent
{
height: 100%;
}
/* end hide */

body
{
height: 100%;
margin: 0;
padding: 0;
background-color: #222222;
color:#ffffff;
font-family:calibri;
font-size:20;
text-align: center;
}
	

/* Links */

a:link
{
color: #CCFFFF; text-decoration: none; background-color:transparent;
}
a:visited
{
color: #66FFFF; text-decoration: none; background-color:transparent;
}
a:hover
{
color: #66CCCC; text-decoration: none; background-color:transparent;
}
a:active
{
color: #00CC99; text-decoration: none; background-color:transparent;
}

/* Text */

p, h1, h2, a , table
{
font-family: calibri;
text-align: center;
color: #FFFFFF;
}

p
{
font-size: 20px;
}

/* Headings */

h1
{
font-weight: bold;
letter-spacing: 1px;
font-size: 20px;
}

h2
{
font-weight: bold;
letter-spacing: 1px;
font-size: 25px;
}

#textleft
{
text-align: left;
margin-left: 2%;
}

#juicebox-container {
		padding: 2;
		margin: 0;
}
