18 lines
330 B
CSS
18 lines
330 B
CSS
|
img {
|
||
|
border:0;
|
||
|
}
|
||
|
|
||
|
html, body {
|
||
|
width:100%;
|
||
|
height:100%;
|
||
|
margin-left: 0px;
|
||
|
margin-top: 0px;
|
||
|
margin-right: 0px;
|
||
|
margin-bottom: 0px;
|
||
|
background-color:#0c1224;
|
||
|
font-size:12px;
|
||
|
font-family:Verdana, Times, Helvetica, Tahoma;
|
||
|
background-image:url(bgfone1.jpg);
|
||
|
background-position:center top;
|
||
|
background-repeat:no-repeat;
|
||
|
}
|