
body,html
{
	font-family: "Arial", Helvetica, sans-serif;
	background-color:#000;
	
	background-position:top center;
	margin: 0 auto;
	color: #fff;
	font-size: 13px;
	line-height:25px;
	text-align:center;
	padding:0px;
}

h1 {
	display:inline;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:normal;
	line-height:20px;
	color: #fff;
	
}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 2em;
	font-weight:normal;
	color: #fff;
	line-height:30px;
	text-align:left;
	
}
h3 {
	font-size: 15px;
	color: #fff;
	
}
.name{font-size:18px}
.small{font-size:12px;}

a:active, a:link, a:visited
{
	color: #fff;
	text-decoration: underline;
}
a:hover
{
	color: #fff;
	text-decoration: underline;
}
#wrapper
{
	margin: 0 auto;
	width: 100%;
	height: 670px;

}

#container {
	margin: 0 auto;
	background-image:url(../images/splash.jpg);
	background-repeat:no-repeat;
	background-attachmend:fixed;
	background-position:center;
	padding: 0px;
	width:78%;
	height:660px;
}

#bottom {
	margin: 0 auto;
	padding:0 40 0 40px;
	width:67%;
	height:450px;
	text-align:left;

}

#header
{
	float:left;
	width: 96%;
	height: 630px;
	text-align:center;
	padding:20px;

}
#right
{
	float:right;
	width: 300px;
	height: 330px;
	text-align:left;
	padding:30px;
	margin-top:20px;
	color:#fff;

}

#content{
	float:left;
	width:100%;
	height:430px;
}

#tag {
	float:right;
	width:300px;
	height:56px;
	margin-top:60px;
	padding-right:150px;
}

.logo {
	float:left;
	width:164px;
	height:53px;
	padding:40px 0 0 100px;
	}

.clear {
	clear: both;
}

#twitter_div{
	width:300px;
}ul {
	list-style:none;
	}
	
#twitter_update_list{
	float:left;
	text-align:left;
	color:#fff;
}

#twitter_update_list a:link{
	color:#fff;
}

.element{float:left;width:48%;min-height:100%}