@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg_blur.gif); /** Link to the image you created **/
	background-repeat: repeat-y; /** Repeats the image vertically **/
	background-position: center; /** Centers the Background image **/
	background-color: #006699; /** Website BG colour (matches canvas colour in Step 1) **/
	text-align: center; /** For IE **/
	margin:0px
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
.top_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333399;
}
#port_table {
	background-image: url(../images/persp_work.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#serv_table {
	background-image: url(../images/persp_services.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#news_table {
	background-image: url(../images/persp_news.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#links_table {
	background-image: url(../images/persp_links.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#contact_table {
	background-image: url(../images/persp_contact.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#about_table {
	background-image: url(../images/persp_about.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#home_table {
	background-image: url(../images/persp_home.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
