body {
	font-size: 100%;
	font-family: Arial, sans-serif, "Lucida Grande", Verdana;
	margin: 0 auto;
	margin-top: 40px;
	background-color: #383838;
	background:url(http://assets.ritey.com/bg/ios-linen.png);
}

#logo {
	font-family: Verdana, Arial, sans-serif, "Lucida Grande";
	color:#FFFFFF;
	text-align: center;
	letter-spacing:6px;
	font-size: 0.8em;
	margin:50px;
	text-shadow:4px 4px 4px rgb(32,32,32);
	background:url(http://assets.ritey.com/logo/logo.png);
	width:207px;
	height:92px;
	position:relative;
	margin:0 auto;
	margin-top:200px;
}

h1 {
	text-shadow:2px 2px 2px rgb(24,24,24);
}

h2 {
	text-shadow:6px 6px 6px rgb(24,24,24);
}

a {
	color:#6DCFF6;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#ad {
	text-align:center;
	width:468px;
	margin:0 auto;
	-webkit-box-shadow: 4px 4px 4px rgb(24,24,24);
	-webkit-border-radius: 5px;
	-moz-box-shadow: 4px 4px 4px rgb(24,24,24);
	-moz-border-radius: 5px;
	padding: 5px 5px 5px 15px;
}

#content {
	text-align:center;
}

#footer {
	margin-top:4em;
	font-family: verdana;
	color:#cccccc;
	font-size:0.8em;
	text-align:center;
}

#menu , #menu > li {
  list-style:none;
  display:inline;
  margin:0px;
  padding:0px;
}

.right {
  text-align:right;
}

#twitter-link , #samples-link {
	text-decoration:none;
}

#twitter-link:hover , #samples-link:hover{
	color:rgb(255,255,255);
	text-decoration:underline;
}


p {
	font-size:85%;
}

.intro {
	font-size:100%;
}
