@charset "utf-8";

body, html {
	height:		100%;
	margin:		0;
	padding:	0;
}

body {
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:	black;
	color:				white;
	font-size:			10px;
}

a {
	font-size:		10px;
	font-weight:	bold;
	cursor:			pointer;
}

/* center */
div.center_container {
	position:	absolute;
	display:	table;
	top:		0;
	left:		0;
	width:		100%;
	height:		100%;
}
div.center_container div {
	display:		table-cell;
	vertical-align:	middle;
}
img.center {
	display:		block;
	margin:			1em auto;
}
/* center - end */

.image {
	background-image:	url(/img/fotonix.se_kajsa_2008-09-28_2435_gray_600x400.jpg);
	background-repeat:	no-repeat;
}
.image_kajsa {width: 656px; height: 436px; background-image: url(/img/fotonix.se_kajsa_2008-09-28_2435_gray_600x400.jpg);}
