a:link {color: #111111}     /* unvisited link */
a:visited {color: #111111}  /* visited link */
a:hover {color: #FF0000}   /* mouse over link */
a:active {color: #222222}   /* selected link */

.box { 
text-align: center;
margin-left: auto;
margin-right: auto;
width: 960px;
max-width: 960px;
height: 100%;
margin-top: 0px;
padding-top: 0px;
padding: 0px;
min-height: 1200px;
background: url(bg.jpg);
background-repeat: repeat-y;
background-position: center;
position: relative
}


.text {
vertical-align: top;
color: #FFFFFF;
text-align: left;
font-family: verdana;
font-size: 12px;
line-height: 1.3;
padding: 80px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

:focus
{
  -moz-outline-style: none;
}

body {
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	background-image: url('bg.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

img {
margin: 0px;
padding: 0px;
}