body {
	background: url('images/bg.png') repeat-x;
	text-align: center;
	line-height: 0;
	padding: 10px 0 0 0;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: blue;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 2px;
	border-color: black;
}

img {
	border-style: none;
}

.enroll {
	background: url('images/home_04.png');
	width: 224px;
}



.courses {
	background: url('images/home_07.png');
	width: 224px;
}



.weeks {
	background: url('images/home_10.png');
	width: 224px;
}



.about {
	background: url('images/home_13.png');
	width: 224px;
}



.link-bar {
	background: url('images/linkbg.png');
	width: 1000px;
	height: 158px;
	text-align: center;
    padding:50px;
    text-transform:uppercase;
    
}

.link-text {
	font:bold 45px "Tahoma", sans-serif;
    text-transform:uppercase;
}

.bottom-link {
	font:bold 28px "Tahoma", sans-serif;
}

.twitter {
    position:fixed;
    x:0;
}

