body {
	background-color: green;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
}

#ie-message {
	background:#db2e2e;
	border:1px solid #333;
	color: #fff;
	padding:15px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:10px;
}

#ie-message a {
	color:#fff;
	text-decoration:underline;
}

.main {
	background-color: black;
	margin-left:50px;
	width: 800px;
	font-family: sans-serif;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: black;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: black;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: black;
}

#header {
	width:800px;
	border-bottom-style: solid;
}

#studio {
	width:800px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: white;
}

#links {
	color: white;
	width:800px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: white;
}

#content {
	color: white;
	width:700px;
	margin-left:40px;
	margin-right:40px;
	border-bottom: thin solid white;
}

#news {
	text-align: center;
}

#footer {
	color: white;
	width: 700px;
	font-size: 80%;
	margin-left: 50px;
}

.design {
	margin-left: 350px;
}

table {
	text-align: center;
	width: 600px;
	border: medium solid white;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

td, th {
	border: thin solid grey;
	padding: 5px;
	font-size: 80%;
}

caption {
	font-style: italic;
	padding-bottom: 5px;
	color: gold;
	text-decoration: underline;
}

.links {
	 margin-left: 10px;
	 margin-right: 10px;
}

img {
	border: none;
}

a.footer:link {
	color: dimgrey;
	text-decoration: none;
}

a.footer:visited {
	color: dimgrey;
		text-decoration: none;
}

a:link {
	color: yellow;
		text-decoration: none;
}

a:visited {
	color:yellow;
		text-decoration: none;
}

h1.table {
	font-size: 125%;
	text-decoration: underline;
}

h1 {
	color: yellow;
	text-decoration: underline;
}

p.text {
	font-size:100%
	color: white;
}

p.footertext {
	color: dimgrey;
	size:70%;
}

p.nospace {
 font-size: 0%;
}
