/* hide from ie on mac for swfobject \*/

body
{
	padding: 0;
	margin: 0;
	background: #990031;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
	text-align:center;
}

img {
	border: 0;
	}
/*clearing browser margins for all elements~~*/	
* 	{
	margin:0px;
	padding:0px;
	}
#container	{
	width:500px;
	margin:0 auto;
	background-color:#990031;
	text-align:left;
	}
#header {
	width: 500px;
	height: 61px;
	letter-spacing: 1px;
	text-align:left;
	background-image:url("images/smebbititle.gif") ;
	background-position:left 10px;
	background-repeat:no-repeat;
}

#border	{
	border: 20px solid #FFF;
	}
	
h1 	{ 
	font:Arial, Helvetica, sans-serif ;
	font-size: 3em;
	text-align:center;
	line-height:1.5em;
	color:#CCFFFF;
	padding: 10px; 
	}
	
p	{
	padding:10px;
	}
	
p a:link {
	text-decoration: underline;
	color:#CCFFFF
	}
p a:visited{
	text-decoration: none;
	color:#99FFFF
	}

p a:hover{
	text-decoration: none;
	color:#99FFFF
	}
p a:active{
	text-decoration: underline;
	color:#FF66CC;
	}

	
/*~~~~~~~Aslett Clearing Method~~~~~~~~~~*/
.clearfix:after	{
	content: ".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
	}
.clearfix	{
	display:inline-block;
	}
	
/*~~backslash hack hide from IE6 mac\*/
* html .clearfix	{
	height:1%;
			}
.clearfix	{
	display:block;
	}
/*end clearfix backslash hack*/


/*--Layout--*/

	
 #video {
  height: 100%;
  background-color:#FFFFFF;
  color:#990031;
  }	

/*~~~~~~~~~~~footer~~~~~~~*/
#footer 	{
	text-align: left;
	color: #FFF;
	}
#footer a:link{
	text-decoration: underline;
	color: #fff;
	}
#footer a:visited{
	text-decoration: none;
	color:#99FFFF;
	
	}
	
#footer a:hover{
	text-decoration: none;
	color:#99FFFF;
	
	}
#footer a:active{
	text-decoration: none;
	color:#FFF;
	}

.clearing	{
	clear:both;
	height:0;
	line-height:0;
	}

	
	
