body {
	background-color: #838383;
}
a{
	color: white;
	text-decoration: none;
}
#container{
	background-image: url(images/index-back.gif);
	width: 1024px;
	height: 768px;
	border: 4px solid black;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#content{
	width: 1024px;
	height: 768px;
	margin: 0;
	padding: 0;
}
#training-info{
	position: relative;
	top: 147px;
	left: 350px;
	width: 165px;
	height: 70px;
}

#training-info a {
	display: block;
	height: 70px;
	padding-top: 40px;
}

#internship-info{
	width: 145px;
	position: relative;
	top: 169px;
	left: 591px;
	height: 90px;
}

#internship-info a{
	display: block;
	height: 65px;
	padding-top: 25px;
}


.box {
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
