/* By David de Bruijne */
/* About:blank THEMA*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:blank") /* Page where this is carried out */


{
body:empty:not([style]):not([text]):not([class]):not([onresize])
/* DO NOT CHANGE!! */

{

background:  url("http://www.plaatjesupload.nl/bekijk/2009/07/17/1247832711-440.jpg"); 
/* Do you have a image for the background? Put these then between the " and " */
/* BLACK THEMA: http://www.plaatjesupload.nl/bekijk/2009/07/17/1247832028-120.jpg */
/* ORANGE THEMA: http://www.plaatjesupload.nl/bekijk/2009/07/17/1247832711-440.jpg */


margin:0px;
/* The border for the image */


color: white !important;
/* DO NOT CHANGE!! */

background-color:#000000;
/* The color for the background in RGB!!*/

background-position:center;
/* The position of the image
Possible: left, center, right */

background-attachment:fixed;
/* DO NOT CHANGE!! */

background-repeat:no-repeat;
/* Possible: no-repeat, repeat */
}
}
