@charset "UTF-8";

@font-face {
	font-family: Georgia_italic;
	src: url('../sources/fonts/Georgia_Italic.ttf');
}



*{
    margin:0;
    padding:0;
}

html {
    height:100%;
	background: url(../sources/img/allg/background_1024x768.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body{
    min-width:900px;
    font-size:100%;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	color: rgb(55, 55, 55);
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
}

header,footer,section,nav,article{
    display:block;
}

img {
	max-width: 100%;
	border: none;
}

a {
	border: none;
	text-decoration: none;
	color: rgb(55, 55, 55);
}

a:link {
	border: none;
	color: rgb(55, 55, 55);
}

a:visited {
	border: none;
	color: rgb(55, 55, 55);
}

a:hover {
	border: none;
	color: rgb(48, 117, 209);	
}

a:active {
	border: none;
	color: rgb(48, 117, 209);	
}

.wrap {
    text-align: center;
    height:100%;
}
.wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.centered {
    display: inline-block;
    vertical-align: middle;
    width: 880px;
    text-align:left;
}

header{
}
h1,h2,p{
    padding:5px 15px;
}
article{
    margin:15px;
	padding: 150px;
	text-align:center;
}
article header, article footer{
    text-align:center;
    border:none;
}

#ktext {
	margin: 15px;
	padding: 15px;
	font-size: 100%;
}


footer{
    font-size:.7em;
    text-align:right;
    clear:both;
}

.ie7centered{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
