/*Robert Quint site CSS file - Original design by Donuts (http://www.donut.be) - CSS implementation by Better Living Productions */

/*General design*/

body {
	background-color: #fff;
}

h1#title {
	display: none; /*Displays site title in text-only browsers*/
}

#wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 800px;
	height: 600px;
	margin-left: -400px; /*half of width*/
	margin-top: -300px; /*half of width*/
	overflow: hidden;
	background-color: #fff;
}

#content {
	float:right;
	width:800px;
	height: 600px;
	overflow: hidden;
	position: absolute;
}

img, div, a:link, a:hover {
	behavior: url(iepngfix.htc);
}

a:link, a:visited {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 106px;
	height: 38px;
	background-image: url(../images/roman.png);
	background-repeat: no-repeat;
}

a:hover, a:active {
	background-image: url(../images/gothique.png);
}