#container{
	width: 908px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
}

#content{
	width: 908px;
	background: url(../img/bg-tile.png) repeat-y;
}

#main{
	width:845px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	padding: 10px 0px 5px 33px;
}

#welcome{
	height:204px;
	width:749px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	background: url(../img/box-welcome.png) no-repeat;
	
}

#apple {
	margin: 13px 25px 0 35px;
	float:left;
}

.title{
	padding-top:25px;
	font-size: 2.5em;
	color:#000;
}

.titleContent{
	color:#666;
	text-align:justify;
	padding-right:25px;
}

.displayBox{
	width:290px;
	height:200px;
	background: url(../img/box-display.png) no-repeat;
	margin-top:15px;
}

#footer{
	text-align:center;
	background: url(../img/footer.png) no-repeat;
	width:699px;
	height:58px;
	margin-top:15px;
	padding-top:11px;
	margin-left:auto;
	margin-right:auto;
	font-size:11px;
}

#footer a:active, a:visited, a:link{
	color:#157cb7;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:.05em;
}

#footer a:hover{
	text-decoration:underline;
}
.bar {
	margin:0 11px;
	color:#333;
}

#phone{
	background: url(../img/contact-bg.png) no-repeat;
	width:203px;
	height:253px;
	float:right;
	margin-right:55px;
	margin-top:47px;

}