/*
Theme Name: Dice Kayek
Author: FCINQ
Author URI: http://www.fcinq.com
Description: Thème Dice Kayek
*/

/* MAIN STYLES
-------------------------------------------*/


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

body {
	background: #000;
	color: #857979;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: none;
}

ul, li, dl, dt, dd, p {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:focus {
	outline: none;
}

#page {
	min-height: 100%;
	position: relative;
}

.error404 {
	background: url(images/404.png) no-repeat center 40%;
}

a.language {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
a.language:link {
	text-decoration: none;
}
a.language:visited {
	text-decoration: none;
	color: #999;
}
a.language:hover {
	text-decoration: underline;
	color: #CCC;
}
a.language:active {
	text-decoration: none;
	color: #999;
}

#footerion {
	position: fixed;
	bottom: 0px;
	right: 0;
	height: 20px;
	width: 100px;
	background: url(../img/bg-copyright.png) no-repeat;
	padding-left: 18px;
	padding-top: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1001;
}
