/* reset */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, font, img, ins, kbd, q, s,
small, strike, strong, b, u, i, center, ol, ul, li,
fieldset, form, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

ol, ul { list-style: none; }

a img { border: none; }

.clear { clear: both; }

.right { float: right; }

.left { float: left; }

/* ----------------- */

body {
	background: #000 url('../images/bg-x.png') repeat-x top center;
	color: #fff;
	font: normal 12px/1.5em verdana;
}


h1 {
	font-size: 50px;
	text-align:left;
	font-weight: normal;
	color: white;
	border-bottom: 0px solid #2b3239;
	padding-bottom: 0px;
}

p {
	padding: 10px 0px;
}

#wrapper {
	background: url('../images/wallpaper.jpg') no-repeat 50% 0;
	margin: 0 auto;

	padding: 21px 0 0;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 800px;
	height: 20px;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.note {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#content {

	margin: 0 auto;
	width: 780px;
	height: 300px;
}

#about {
	padding-top: 0px;
}

#footer {	
	position: relative;
	height: 29px;
	margin-top: 30px;
	padding: 10px 0px;
	border-top: 0px solid #2b3239;
}

.social img {
	padding-left: 2px;
}

#footer ul {
	position: absolute;
	bottom: 10px;
}

#footer li {
	display: inline;
	padding-right: 40px;
}

#footer ul span {
	color: white;
	font-weight: bold;
}

.twitter{	
	text-align:left;
	background:url(images/twitterbg_paper.png) center no-repeat;
	height:15px;
}

#tweet{
	width:800px;
    
	text-align:center;
	color:#fff;
}
	
	
#tweet a{
	color:#0090cc;
	text-decoration:none;
}

#tweet a:hover{
	color:#ffff33;
}

#tweet ul{
	list-style:none;
	margin:0;padding:0;
}

#tweet li{
	display:inline;
}
