html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: Arial, sans-serif;
}
#h {
    background: url('img/s-1.jpg') no-repeat center center fixed;
	background-size: cover;
}
body {
    line-height:1;
    background-color: navy;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
#main {
	position: absolute;
	width: 1024px;
	left: 50%;
	margin-left: -512px;
	margin-top: 40px;
	height: 1000px;
}
#title{
	width: 100%;
	text-align: center;
}
#title h1{
	font-size: 70px;
	text-transform: uppercase;
	font-weight: lighter;
	color: white;
}
#title h2 {
	font-size: 30px;
	font-weight: lighter;
	color: white;
	margin-top: 10px;
}
#col-left, #col-center, #col-right {
	width: 300px;
	position: absolute;
	margin-top: 90px;
}
#col-left {
	left: 0;
}
#col-left .title {
	background-image: url('img/home-3.jpg');
}
.title {
	width: 100%;
	height: 165px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}
.title h4 {
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 25px;
	padding-top: 66px;
	text-shadow: 1px 1px 1px black;
}
#col-center {
	left: 50%;
	margin-left: -150px;
}
#col-center .title {
	background-image: url('img/home-1.jpg');
}
#col-right {
	right: 0;
}
#col-right .title {
	background-image: url('img/home-2.jpg');
}
.description {
	background: #fafafa;
	padding-bottom: 20px;
	margin-top: 7px;
}
.description p {
	padding: 20px 20px 0 20px;
	text-align: justify;
	font-size: 13px;
	line-height: 18px;
	color: #838383
}
.description a {
	color: #00B7F3;
}
.description a:hover {
	text-decoration: underline;
}
#languages {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	color: white;
}
#languages a {
	color: white;
}
#languages a:hover {
	text-decoration: underline;
}