@import url(reset.css);
@import url(skin.css);


/* =global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
* {
    margin:0;
    padding:0;
}

body { 
    background:url(../img/bg.jpg) repeat;
    font-family: "Verdana", sans-serif;
    font-size: 13px;
    line-height:100%;
    color:#000;
    margin:0 auto;
    text-align:center;
}



/* =facielities
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.clear {
    clear:both;
}

.left {
    float:left:
}

.right: {
    float:right;
}

.hide {
    display:none;
}


h1 {
	margin:0 auto;
	position:relative; top:155px;
	display:block;
	width:750px;
	height:434px;
	background:url(../img/webde_logo.jpg) no-repeat;
}

.contact {
	position: relative; top:70px;
}
h3, h3 a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	text-transform: uppercase; 
	color: #999; 
	letter-spacing: 4px; 
	font-weight: 100;
	text-decoration:none;
}

h3 a:hover {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted #000;

}

h2 span { }