/* CSS Document */
body{
	padding:0px;
	text-align:center;
	margin:0px auto;
	display:block;
	background-color:#ffffff;
	font-family:sans-serif;
	font-size:80%;
}

body.sample2{background-image:url(images/bk_stripe.gif);} 

p{
	margin:0;
	font-size:xx-small;
	color:#333333;
}

a:hover{
	color:#333333;
}
a:active{
	color:#333333;
}

div#wrapper{
	width:100%;
	height:900px;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

div#container{
	width:1000px; 
	margin:0px auto;
	text-align:center;
}


div#header{
	width:1000px;
	height:50px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}



div#flash{
position: relative;
top: 0px;
width:1000px;
height:590px;
}


div#under{
width:840px;
margin-left:50px;
}

*:first-child+html div#under,*html div#under{
width:840px;
margin-left:-50px;
}
	
.mobile{
width:320px;
float:left;
padding:5px;
}

.spec{
float:right;
width:450px;
}

.spec .update{
	width:450px;
	position: relative;
	left:0px;
	text-align:left;
	overflow: auto;
	height:80px;
	background-color: white;
	border: 1px solid #CCCC99;
	padding: 10px;
	margin:5px;
}


*:first-child+html .spec .update,*html .spec .update{
	position: relative;
	left:0px;
	text-align:left;
	overflow: auto;
	width:450px;
	height:90px;
	background-color: white;
	border: 1px solid #CCCC99;
	padding: 5px;
}

.clear{clear:both;}

.tweet{
	width:1000px;
	text-align:left;
	padding:10px;
}



/*
div#container:after{
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	content:".";
}
*/
