#vid {
	clear: both;
	width: 700px;
	height: 842px;
	position: relative;
	padding-top: 222px;
	padding-left: 211px;
	background: url(http://blueringmobile.com/images/version2/iPhoneFrame3b.png) 0 0 no-repeat;
}

#title {
font-size: medium;
float: left;	
}

div#description {
	padding-bottom: 1em;
	clear: both;
	text-align: justify;
}

a#appstore {
	float: left;
	border: none;
}

div#appstore {
	margin-left: 120px;
	margin-top: 26px;
}

div#twitter {
	clear: both;
	margin-top: 1em;
}

a#twitter {
	float: left;
	border: none;
}

div#twitter_link {
	margin-left: 60px;
	margin-top: 10px;
}


/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
ul.idTabs
{
list-style: none;
margin: 0;
padding: 0;
border: none;
float: right;
margin: 0 0px 10px 0;
}

ul.idTabs li
{
display: block;
margin: 0;
padding: 0;
font-size: medium;
float: left;
width: auto;
}

ul.idTabs li a
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background: #fff;
margin: 0;
padding: 7px 12px;
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
border-right: 1px solid #aaa;
}

ul.idTabs li a:link { color: #0099CC; }
ul.idTabs li a:visited { color: #0099CC; }

ul.idTabs li a:hover
{
background: #ddd;
}


