/*=============================================
/*=============================================
Copyright: 52M
written for: www.olviboom.be

Swatches
-----------------------------------------------

==============================================*/
/*resets and overrides
==============================================*/
* {margin : 0; padding : 0;}  
a, input{
	border: 0;
	outline: none;
}
ol{ list-style-position:inside;}
ul{list-style-type: none;}
/*
::selection { background:#52370c; color:#fff8e0;  } 
::-moz-selection  { background:#52370c; color:#fff8e0; */


/*Body & html
==============================================*/
html {}
body { background:url("Images/bg.jpg") no-repeat scroll center top #223534;
font-family: 'Lucida Grande','Lucida Sans Unicode', Tahoma,Arial,sans-serif;
    line-height:1.9em;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #fff;
}     
html, body, form {height: 100%;}
h1{background: url(Images/olviTitle.png) no-repeat center top; height: 35px; width: 718px; margin: 0 auto; text-indent: -9999px; position: relative; top: 50px;}

a:link, a:visited {text-decoration: none; font-weight: normal; color: #56e1df; outline: none; text-align: left;}
a:hover{color: #fff;}
a{border-bottom:1px dotted #56e1df}

p.copyText{font-size:0.8em; margin-top: 50px;}
