/* Adam Fransson - Game Artist CSS 2.0 */


/* ---- Main ---- */


body {
	background:#333333;
	margin:0px;
	padding:0px;
        text-decoration:none;
	font-family: Arial, Verdana, sans-serif;
	font-size:10pt;
	color:#ffffff;
	outline:none;
	border:none;
}



/* ---- Layout ---- */


#container_l {
	width:519px;
	height:auto;
}

#bg_menu {
	background:#1e1e1e;
	border: 1px solid #0f0f0f;
	width:436px;
	height:72px;
	position:fixed;
	top:244px;
	left:28px;
	z-index:1;
}

#container_menu {
        font-style:italic;
	width:430px;
	height:auto;
	position:fixed;
	left:40px;
	top:252px;
	z-index:2;
}

#container_aboutme {
	width:430px;
	height:500px;
	position:fixed;
	left:32px;
	top:377px;
	z-index:3;
}

#container_bottom {
	background:#333333;
	width:500px;
	height:18px;
	position:fixed;
	left:18px;
	bottom:8px;
	z-index:4;
}


#container_bottom_cover {
	background:#333333;
	width:500px;
	height:8px;
	position:fixed;
	left:18px;
	bottom:0px;
	z-index:5;
}

#container_art {
	width:410px;
	height:500px;
	padding-top:5px;
	position:absolute;
	left:539px;
}

#container_presentation {
	width:1026px;
	position:absolute;
	left:50%;
	margin-left:-513px;
	z-index:1;
}


/* ---- Links ---- */


a img {
	border:none;
}

:focus {
	-moz-outline-style: none;
}

a {
	text-decoration:none;
	font-family: Arial, Verdana, sans-serif;
	font-size:10pt;
	color:#909490;
}

a:hover {

	color:#e70000;
}

.red {
	color:#e70000;
}




/* ---- Graphics ---- */


.corner {
	position:fixed;
	left:24px;
	top:46px;
	z-index:0;
}

.game_artist {
	position:fixed;
	left:951px;
	top:0px;
	with:37px;
	height:167px;
	z-index:6;
}

.header {
	position:fixed;
	left:32px;
	top:93px;
	z-index:1;
}

.thumb {
	width:400px;
	height:300px;
	border:1px solid #cce5ff;
}

.thumb:hover {
	border:1px solid #e70000;
}

.thumb_s {
	border:1px solid #999999;
}

.thumb_s:hover {
	border:1px solid #e70000;
}

.fade {
	width:404px;
	height:17px;
	position:fixed;
	left:538px;
	bottom:0px;
	z-index:7;
}

.art {
	border:1px solid #000000;
}


/* ---- Text ---- */

.justify_newspaper {
	text-align: justify;
	text-justify: newspaper;
}

25*46