body
{
	background-color:#000;
	margin:0px;
	overflow-x: hidden;
}

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:500px;
	background-color: #fff;
}

#phone
{
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 1;
}

#headerContent
{
	position: absolute;
	left:295px;
	top:90px; 
}

#content
{
	position: absolute;
	left:20px;
	top:520px; 
}

#vid
{
	position: absolute;
	left:41px;
	top:89px;
	z-index: 0;
}

.smlBtn
{
	margin-bottom: 2px;
	padding-bottom:2px;
}

.dottedLine
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.btn
{
	-moz-border-radius: 4px;
  	-khtml-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	font-family: 
}

img#download
{
	background-image: url(../img/btn_download_over.png);
	background-repeat: no-repeat;
}

img#contact
{
	background-image: url(../img/btn_contact_over.png);
	background-repeat: no-repeat;
}

img#twitter
{
	background-image: url(../img/followMeBtn_over.png);
	background-repeat: no-repeat;
}

img#feedback
{
	background-image: url(../img/feedbackBtn_over.png);
	background-repeat: no-repeat;
}

img#mss
{
	background-image: url(../img/myStaticSelfBtn_over.png);
	background-repeat: no-repeat;
}

img#appStore
{
	background-image: url(../img/appStoreBtn_over.png);
	background-repeat: no-repeat;
}

img#appStoreFull
{
	background-image: url(../img/appStoreBtn_full_over.png);
	background-repeat: no-repeat;
}

img#appStoreLite
{
	background-image: url(../img/appStoreBtn_lite_over.png);
	background-repeat: no-repeat;
}

img#screensaver
{
	background-image: url(../img/screensaverBtn_over.png);
	background-repeat: no-repeat;
}

img
{
	border: none;
	margin-bottom: -6px;
	padding-bottom: -6px;
	outline: 0;
}

a:active, a:focus
{
	outline: 0;
}

.rightPadding
{
	padding-right: 12px;
}
