body {
	margin: 0px 100px 0px 0px;
	padding-top: 0px;
	background-color: #C46650;
	background-image: url('../images/bg.png');
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
	color: #662222;
}

a {
	outline: 0 none;
	color: #333333;
}

#logo{
	position: absolute;
	z-index: -50;
	top: -120px;
	left: -50px;
	background-image: url('../images/logo.png');
	width: 558px;
	height: 558px;
}

#connect {
	position: absolute;
	z-index: 200;
	right:50px;
	top: 25px;
}

#main {
	padding-top: 200px;
	margin-left: 550px;
	min-width: 400px;
}

#side {
	text-align: center;
	float: left;
	width: 400px;
	z-index: 500;
	padding: 400px 50px 0px 50px;
}

#footer {
	font-size: 12px;
	text-align: center;
	padding: 20px;
}

h1 {
	color: #224477;
	font-weight: bolder;
	margin: 0px;
	font-size: 36px;
	letter-spacing: -0.15ex;
}

ul {
	padding: 20px 20px 0px 20px;
}
li {
	padding: 5px;
}

.guide {
	background-color: #f0b08d;
	padding: 5px 20px;
	margin-bottom: 20px;
}

p {
	text-align: justify;
	padding: 10px 0px 10px 0px;
}

p.guidestart {
	text-align: left;
}

p.gallery {
	text-align: center;
}

p.download {
	font-size: 20px;
	text-align: center;
}

a img {
	border-width: 0px;
}

img.fb {
	display: none;
}

/* begin twitter CSS */
.twitted {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
	margin-bottom: 1.5em;
	border: 0px solid #888;
	width: 100%;
	background-color: #224477;
	font-size: 12px;
	color: #FFF;
}

.twitted h2 {
	margin: 0;
	padding: 0.3em 0.8em;
	font-size: 10px;
	color: #fff;
	background-color: #888;
}

.twitted p.preLoader {
	margin: 0;
	padding: 1em 1em 1em 3em;
	background: transparent url(../images/loader.gif) 1em center no-repeat;
	/* generate your own loader gif: http://www.ajaxload.info */
}

.twitted ul#twitter_update_list {
	margin: 0;
	padding: 0 0.8em;
	list-style-type: none;
}

.twitted ul#twitter_update_list li {
	margin: 0;
	padding: 0.8em 0 1em 0;
	border-bottom: 1px solid #ccc;
}

.twitted ul#twitter_update_list li span {
	/* tweet content */
	display: block;
}

.twitted ul#twitter_update_list li span a {
	/* links in tweet content */
	color: #00f;
}

.twitted ul#twitter_update_list li a {
	/* timestamp link */
	color: #f00;
}

.twitted ul#twitter_update_list li.firstTweet {
}

.twitted ul#twitter_update_list li.lastTweet {
	border-bottom: none;
}

.twitted p.profileLink {
	display: block;
	margin: 0;
	padding: 0.3em 1em;
	color: #fff;
	background-color: #ddd;
}
/* end twitter CSS */