/**
 *  Wed Oct  8 16:39:43 EDT 2008, c0.01 sdy
**/

html {
}

body {
	margin: 0px;
	background: #000000;
	font-size: 1em;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	img-decoration: none;
}

#containerDiv {
	background: url("http://www.scottyelich.com/static/media/images/iphone/BlankBlackScreen.png");
	width: 414px;
	height: 740px;
	min-height: 740px;
	min-height: 440px;
	border: 1px solid transparent;
	margin: auto
}

#mainScreen {
	width: 320px;
	height: 390px;
	margin-top: 139px;
	margin-left: 47px;
	border: 0px solid green;
	text-color: #FF000;
	color: #FF0FF;
}

#TitleBar {
	height: 20px;
	min-height: 20px;
	border: 0px solid green;
	color: #FFFFFF;
	margin-bottom: 3px;
}

#TitleBar #CarrierBars {
	float: left;
}

#TitleBar #Carrier {
	float: left;
}

#TitleBar #Battery {
	float: right;
}

#dockSection {
	background: url("http://www.scottyelich.com/static/media/images/iphone/DockBackground.png");
	width: 320px;
	height: 90px;
	margin-left: 47px;
	border: 0px solid red;
}

#homeSection {
	width: 320px;
	height: 96px;
	margin-left: 46px;
	color: #FFFFFF; 
}
#homeButton {
	width: 320px;
	height: 96px;
}

.AppIcon {
	width: 78px;
	height: 78px;
	min-width: 78px;
	min-height: 78px;
	margin-top: 10px;
	border: 0px solid green;
	float: left;
}

.AppIconImg {
	width: 57px;
	height: 57px;
	min-width: 57px;
	min-height: 57px;
	border: 0px solid red;
	margin: auto;
}

.AppIconTitle {
	height: 14px;
	min-height: 14px;
	border: 0px solid yellow;
	margin-top: 4px;
}

.AppIconTitleImg {
	display: block;
	height: 14px;
	margin: auto;
	border: 0px solid red;
}

.DockIcon {
	border: 0px solid blue;
	float: left
}

.DockIconImg {
}


.dockLeftOf3 {
	margin-left: 51px;
}

.dockMiddleOf3 {
	margin-left: 127px;
}

.dockRightOf3 {
	margin-left: 203px;
}
