﻿html{height:100%}
body {
v-align:center;
margin:0px;
font-family:arial,helvetica,sans-serif;
font-size:.75em;
text-align:center;
background-color:#121212;
/*background-image:url(../../images/bground.gif);*/
background-repeat:no-repeat;
}
img{
border:0px;
}


a {
font-weight: bold;
}

a:link {
color: #9d9d9d;
text-decoration: none;
}
a:visited {
color: #9d9d9d;
text-decoration: none;
}
a:hover {
color: #9d9d9d;
text-decoration: underline;
}
a:active {
color: #9d9d9d;
text-decoration: none;
}


.txt { 
font-weight: normal; 
color: #5C5C5C; 
background-color:#121212;
text-decoration: ;
}

/* -- utility styles -- */
.lft {float:left;}
.rgt {float:right;}
.clr {clear:both;}
.clrL {clear:left;}
.clrR {clear:right;}
.ctr {text-align:center;}

/* -- page styles -- */
#pgWrap {
text-align:left; /* makes sure the content behaves correctly! */
margin:0px;
}
.colR {

width:160px;

}
.colL {
width:728px;
border:solid 0px #0000ff;
}

/* -- page styles -- */
#container{
	position:absolute;
	top:-35px;
	left:0px;
	margin:0px;
	text-align:left;
} 
#logoBox{
	position:absolute;
	top:94px;
	left:41px;
	margin:0px;
	text-align:left;
	border:solid 0px #ff00cc;
	height:30px;
	width:353px;
} 
#myTxt{
	position:absolute;
	top:280px;
	left:41px;
	margin:0px;
	text-align:left;
	border:solid 0px #ff00cc;
	height:30px;
	width:353px;
} 
#button{
	position:absolute;
	top:645px;
	left:41px;
	margin:0px;
	text-align:left;
	border:solid 0px #ff00cc;
	height:18px;
	width:120px;
	vertical-align:bottom;
}


#navWrap a:link {text-decoration:none; color: #ffffff}
#navWrap a:hover{text-decoration:none; color: #ffffff}
#navWrap a:visited {text-decoration:none; color: #ffffff}
