* {
	margin:0;
	padding:0;
	font-family:Helvetica, sans-serif;
}
body {
	background-color:#2E6464;
}
p {
	color:white;
}
#content {
	width:960px;
	height:1242px;
	background:url(/images/computer-center-background-3.jpg);
	background-repeat:no-repeat;
	min-height:1242px;
	margin:20px auto 0px auto;
	border-radius:20px;
	position:relative;
}
#title {
	position:absolute;
	top:40px;
	left:139px;
	width:710px;
}
#title p {
	padding-top:30px;
	text-align:center;
	color:white;
	font-size:28px;
	font-weight:bold;
	font-style:italic;
}
#box {
	position:absolute;
	width:460px;
	height:790px;
	min-height:720px;
	top:340px;
	left:100px;
	padding:20px;
}
#box h1 {
	color:white;
	font-size:24px;
	font-style:normal;
	font-weight:bold;
	margin-bottom:1em;
	text-align:center;
}
#box h2 {
	color:white;
	font-size:28px;
	font-style:italic;
	margin-bottom:1em;
	text-align:center;
}
#box p {
	font-size:19px;
	font-weight:bold;
	margin-bottom:1em;
	line-height:135%;
}
#under-box {
	position:absolute;
	width:430px;
	top:1140px;
	left:120px;
}	
#under-box p {
	color:white;
	font-size:27px;
	text-align:center;
	font-weight:bold;
	line-height:120%;
	margin-bottom:1em;
}
#under-box p a {
	color:white;
}
#under-box p a:hover {
	color:#70c7d0;
}
#footer {
	width:960px;
	margin:0px auto;
	padding:10px 0px;
}
#footer p {
	font-size:12px;
	text-align:center;
	color:#d0d0d0;
}
#footer p a {
	color:white;
}
#footer p a:hover {
	color:turquoise;
}
