body {
	font-family: "Lucida Sans", Verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color:#666;
	margin:2px;
}

@media screen and (max-width: 320px){
	body{ width: 320px;}
}
@media screen and (min-width: 321px){
	body{ width: 480px;}
}
a:link		{ color: #666666; }
div#content{
	margin: 0px;
	padding: 10px;
	line-height: 14px;
	background-color: #fff;
	text-align:left;
	border: 10px solid #999;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

p {
	float: none;
}
h1 {
	color: #78a;
	font-size: 28px;
}
hr {
	border: 1px solid #ccc;
}
h1#logo{
	display: block;
	width: 282px;
	height: 40px;
	background: url(/images/somebox-logo2-small.jpg) no-repeat 0 0;
}
h1#logo span{
	display:block;
	text-indent:-5000px;
}
h2 {
	font-size: 18px;
	color: #8899bb;
}
h3 {
	font-size: 16px;
	color: #999999;
	margin: .5em;
}
p.address{
	color: #777;
	text-align:left;
}
p.address span{
	white-space: nowrap;
}
#tech-tags{
	margin-left: 10px;
}
#tech-tags a{
	white-space: nowrap;
	padding: 1px 10px 1px 10px;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ddd;
	border: 1px solid #b0cbf6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	line-height: 25px;
	text-decoration: none;
}
a img {
  border: none;
}
