body {
	margin: 20px 0 0 0;
	background: #000700 url(images/bg.gif);
}

#content {
	width: 931px;
	height: 728px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: url(images/splash.jpg) no-repeat;
}

#splash {
	cursor: pointer;
}
A:link {
	COLOR: #22354e;
}
A:visited {
	COLOR: #42546a;
}
A:hover {
	COLOR: #2072b2;
}
A:active {
	COLOR: #1393d7;
}
BODY {
	FONT-SIZE: 11px; PADDING-BOTTOM: 0px; COLOR: #464544; PADDING-TOP: 0px; FONT-FAMILY: Verdana;
}
TABLE {
	FONT-SIZE: 11px; MARGIN-RIGHT: 10px; TEXT-ALIGN: justify;
}
P {
	FONT-SIZE: 11px; MARGIN-LEFT: 15px; MARGIN-RIGHT: 10px; TEXT-ALIGN: justify;
}
IMG {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px;
}
.preview_img {
	WIDTH: 200px;
}

#validation {float:right;margin-top:50px;}


.dock {
    position: relative; 
    height: 100px; 
    text-align: center;
    top: 440px;
}
.dock-container {
    position: absolute;
    height: 100px;
    background: url(images/dock-bg2.gif);
    padding-left: 20px;
}

a.dock-item {
    display: block;
    width: 40px;
    color: #000;
    position: absolute;    
    top: 0px;
    text-align: center;
    text-decoration: none;
    font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
    border: none; 
    margin: 5px 10px 0px 10px;
    width: 100%; 
}
.dock-item span {
    display: none; 
    padding-left: 20px;
    color: white;
    font-size: 1.5em;
}
