style.css 1.91 KB
BODY { 
	background-image:      url(../images/page-bg.png);
	background-color:      #FFFFFF;
	background-repeat:     no-repeat;
	background-attachment: fixed; 
	color:                 #000000;
	font-family:           sans-serif; 
	font-size:             12pt; }

DIV.headline {
	position: absolute; 
	top:      0px; 
	left:     0px;
	z-Index:  1; }

DIV.headlineText {
	position:  absolute;
	top:       10px;
	left:      15px;
	z-Index:   2; }

H1 { 
	font-size:   25pt; 
	font-weight: normal; 
	margin-top:  0px; }

H2 { 
	font-size:   20pt; 
	font-weight: normal; 
	margin-top:  0px; }

H3 { 
	font-size:   15pt; 
	font-weight: normal; 
	margin-top:  0px; }

H4 { 
	font-size:   12pt; 
	margin-top:  0px; }

DIV.menuItem {
	position: absolute;
	left:     10px; 
	z-Index:  1; }

DIV.menuItemText {
	position:  absolute;
	top:       4px;
	left:      8px;
	width:     180px;
	font-size: 12pt; 
	z-Index:   2; }

A.menuItemText {
	text-decoration: none;
	color:           #000000; }

DIV.content {
	position: absolute;
	top:      80px;
	left:     200px;
	z-Index:  1; }

DIV.contentText {
	position: absolute;
	top:      40px; 
	left:     50px;
	z-Index:  2;}

DIV.gnuru {
	position: fixed; 
	bottom:   2px;
	right:    2px;
	z-Index:  3; }

DIV.gnuruBubble {
	position:   absolute;
	top:        -50px;
	left:       -50px;
	visibility: hidden;
	z-index:    4; }

A.gnuruBubble {
	text-decoration: none;
	color:           #000000; }

DIV.gnuruSais {
	position:         absolute;
	top:              -412px;
	left:             -227px;
	background-color: #FFFFFF;
	border-width:     1px;
	border-style:     solid;
	visibility:       hidden;
	z-Index:          4; }

P.gnuruWisTitle { 
	font-size:   15pt; 
	font-weight: normal; 
	margin-top:  0px; }

DIV.buttons {
	position:         fixed;
	bottom:           0px;
	left:             10px;
	background-color: #FFFFFF;
	padding:          2px; }

A.buttons {
	text-decoration: none;
	color:           #000000; }