body {
	padding:0;
	margin:0;
	background-color:#43372f;

	font-size:14pt;
	color:white;
	font-family:"Myriad Pro","Trebuchet MS","arial",Helvetica Neue,helvetica,sans-serif;
}

#main {
	background-image:url(../img/bgtile1.png);
	background-position:center top;
	background-repeat: repeat-x;
	position:relative;
	overflow:hidden;
}

#container {
	
	background-image:url(../img/contentbg1.png);
	background-position: center top;
	background-repeat: repeat-y;
	padding-top:20px;
}

#content {
	width:808px;
	padding-bottom:64px;
}

.footer {

	background-image:url(../img/contentbg1.png);
	background-position:center;
	background-repeat: repeat-y;
	height:200px;


}

.footerimg {
	background-image:url(../img/titleimg1.png);
	background-position:center -16px;
	background-repeat: no-repeat;
	
	height:200px;
}

#tilt_logo {
	position:relative;
	top:100px;
	display:inline-block;
	width:197px;
	height:66px;
	background-image:url(../img/tilt_logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	padding-right:20px;
}

#chocoho_logo {
	position:relative;
	top:110px;
	display:inline-block;
	width:333px;
	height:79px;
	background-image:url(../img/chocoho_logo.png);
	background-position:center center;
	background-repeat:no-repeat;
	padding-left:20px;
}

.facebookbadge {
	width:230px;
	height:74px;
	background-image:url(../img/facebookbadge.png);
	margin-right:16px;
	display:inline-block;
}
.twitterbadge {
	width:230px;
	height:74px;
	background-image:url(../img/twitterbadge.png);
	margin-left:16px;
	display:inline-block;
}

.ssthumb {
	width:200px;
	height:200px;
	border:3px solid grey;

	margin:5px;
	display:block;
	float:left;
}

#ss1 { background-image:url(../img/screenshots/thumbs/1.png); }
#ss2 { background-image:url(../img/screenshots/thumbs/2.png); }
#ss3 { background-image:url(../img/screenshots/thumbs/3.png); }
#ss4 { background-image:url(../img/screenshots/thumbs/4.png); }
#ss5 { background-image:url(../img/screenshots/thumbs/5.png); }
#ss6 { background-image:url(../img/screenshots/thumbs/6.png); }
#ss7 { background-image:url(../img/screenshots/thumbs/7.png); }
#ss8 { background-image:url(../img/screenshots/thumbs/8.png); }
#ss9 { background-image:url(../img/screenshots/thumbs/9.png); }

