/* * This is the Style for paintedmask.net * Are you somebody else then amike? * Yes? Then hush, go on! Nothin' to see here! */
/* Let's setup the body */ 

body {background-color:#0F6896;background-image:url(); background-repeat:no-repeat; background-position:center; color:#FFFFFF; /* Font */ font-size:75%;}


 /* Those are the colors of the Links */ a { color:#FFFFFF; text-decoration:underline; cursor:nw-resize;} a:hover { color:#FFFFFF; text-decoration:line-through; cursor:nw-resize; position:relative; right:1px; top:1px;} a:visited { color:#FFFFFF; text-decoration:underline; cursor:nw-resize;}


/* Table */ table {/* Colors */ /* background-color:#FF00FF; */ background-image:url();	background-repeat:no-repeat; background-position:center; /* color:#FFFFFF; */ /* Font */ font-size:75%;
/* Text */ text-align:justify; }

/* The banner */ #banner {	/* Colors */ background-color:#0F6896; background-image:url(header.jpg); background-repeat:no-repeat; background-position:center; color:#FFFFFF; margin:100px 0px 0px 0px; /* Size */ width:500px; height:250px; /* Position */ position:relative; /* Text */ text-align:center; padding:10px 10px 10px 10px; }

#content { /* Colors */ /* background-color:#FF00FF; */ background-image:url(); background-repeat:no-repeat; background-position:center; /* color:#FFFFFF; */ /* Size */ width:480px; 
/* Position */ position:relative; margin:10px 0px 0px 0px;	 /* Text */ text-align:center; padding:10px 10px 10px 10px; /* Borders */ border-top:1px dashed #FFFFFF; border-right:1px dashed #FFFFFF;	border-bottom:1px dashed #FFFFFF; border-left:1px dashed #FFFFFF; }

#contentLeft { /* Colors */ /* background-color:#00FF00; */ /* Size */ width:220px; /* Position */ position:absolute; /* Text */ text-align:justify; }

#contentRight { /* Colors */ /* background-color:#FF0000; */ /* Size */ width:220px; /* Position */ position:absolute; left:280px; /* Text */ text-align:justify; }