﻿@charset "utf-8";

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* Defaults */
:focus {outline:0}
body {font:62.5% Arial;background:#E6E2DB}
img {border:0;vertical-align:bottom}
fieldset {border:0}
p {margin:0 0 1em}

/* Containers */
#page {
        width:531px;
        background:url(../images/bg-body.jpg) no-repeat 0 0;
        padding:304px 0 0;
        margin:70px auto 0;
        position:relative;
        overflow:hidden;
}
h1{
	position:absolute;
	width:161px;
	height:36px;
	left:80px;
	top:70px;
	background:url(../images/skafari.png) no-repeat;
	text-indent:-9999px;
}
p.info{
	width:354px;
	height:95px;
	text-indent:-9999px;
	background:url(../images/font.png) no-repeat;
	position:absolute;
	left:80px;
	top:167px;
}
p.info2{
        width:375px;
        height:95px;
        text-indent:-9999px;
        background:url(../images/font-3.png) no-repeat;
        position:absolute;
        left:80px;
        top:167px;
}

/* Content*/
#content{
	width:390px;
	height:150px;
	margin:0 auto 60px;
	background:url(../images/bg-content.png) no-repeat;
}
img.font-2{
	margin:23px 0 0 20px;
}
form{
	padding:15px 20px 0;
}
input{
	float:left;	
	display:inline;
}
.text-input{
	background:url(../images/bg-input.png) no-repeat 0 0;
	border:0;
	font:2.3em Arial;
	color:#999;
	width:224px;
	padding:10px;
	margin:0 5px 0 0;
}

/* Footer */
a.about{
	display:block;
	width:75px;
	height:27px;
	margin:0 auto 15px;
	background:url(../images/button-about.png) no-repeat;
	text-indent:-9999px;
}
a.home{
        display:block;
        width:75px;
        height:27px;
        margin:0 auto 15px;
        background:url(../images/button-home.png) no-repeat;
        text-indent:-9999px;
}
#footer p{
        font:1em Arial;
        color:#999;
        text-align:center;

}
