/* HTML AND GENERAL
--------------------------------------------------------*/
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-position:center top;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-top:50px;
}
a img {
border:none;
}

/* ----------------------------------------------------
WRAPPERS
----------------------------------------------------*/
#wrapper {
margin-right: auto;
margin-left:auto;
width:900px;
text-align: left;
}
#contentWrapper {
width:900px;
}

/* ----------------------------------------------------
CONTENT
----------------------------------------------------*/
#left {
position:absolute;
width:450px;
height:450px;
background-image: url(../images/img_titlepage.jpg);
}
#right {
position:relative;
width:450px;
height:450px;
margin-left:450px;
}
#links {

width:450px;
height:85px;
margin-top:0px;
}
.latestlink {
margin-top:35px;
margin-left:25px;
}
.emaillink {
margin-top:32px;
margin-left:26px;
}
.commlink {
float: right;
margin-right:26px;
margin-top:-22px;
}
.typolink {
margin-top:18px;
margin-left:16px;
}