@charset "utf-8";
/* CSS Document */

div.body {
	height: 100%;
	width: 925px;
	background-image:url(images/main-bg.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	float:left;
	padding: 20px;
}

div.mainborder {
height:100%;
width:966px;
background-color:#1f1f1f;
background-image:url('images/content_bg.jpg');
	padding : 0px 10px 0px 10px;
}

div.bigbtn {
	height: 175px;
	width: 175px;
	float: left;
}

div.intro {
	height:100%;
	width: 630px;
	float:left;
	padding-left: 20px;
	padding-right: 100px;
}

h1 {
	font-size:36px;
	color:#666;
	line-height: 150%;
}

h2 {
	font-size:16px;
	color:#710000;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
}

#tweet {
	text-align:left;
	background-color:#170001;
	  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
  padding: 10px 10px 10px 0px;
  line-height:160%;
}