File: D:/HostingSpaces/SBogers28/nagelelectro.nl/wwwroot/css-js/screen.css
@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
border:0;
}
html, body {
height: 100%;
margin: 0px;
padding: 0px;
text-align: center;
border:0;
font-family:Verdana, Geneva, sans-serif;
font-size:13px;
font-color:#444;
position:relative;
}
#background{
background:url(../img/backgr.jpg) no-repeat;
width:600px;
height:637px;
position:absolute;
z-index:-1;
bottom:0;
right:0;
}
#distance {
width: 1px;
height: 50%;
float:left;
margin-bottom: -200px;
}
#main{
margin: 0 auto;
position:relative;
width:420px;
height:365px;
text-align: left;
clear:left;
border:1px solid #ccc;
padding:20px;
background:#FFF;
}
#logo{
position:relative;
float:left;
}
#tekst{
position:relative;
margin-left:13px;
margin-top:22px;
width:190px;
float:left;
}
h1{
color:#252122;
font-weight:normal;
font-size:18px;
padding-bottom:12px;
}
p{
font-size:12px;
line-height:20px;
text-align:justify;
width:190px;
padding-bottom:15px;
display:block;
}
a{
color:#7c783d;
text-decoration:none;
}
a:hover{
text-decoration:underline;
color:#7c783d;
}