/* CSS Document */

body {
margin: 0px;
padding:0px;
background-color: #5E1409;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c8beb2;
}


html{
width:100%;
height:100%;
}

.mozi{
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
min-width:980px;
min-height:600px;
overflow:hidden;
background-image:url(img/bg.jpg);
background-repeat:no-repeat;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

a:visited {
	color: #c8beb2;
}

a:hover {
	color: #c8beb2;
}

a:active {
	color: #c8beb2;
}

img{
border:0px none;
}

.welcome{
width:800px;
height:2000px;
margin-left:200px;
margin-top:220px;
}

.welcome p{
line-height:1.1em;
width:800px;
}
