/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:10pt;
	color: #ffffff;
	background: #000000  url(images/linesback.jpg);
	margin: 0px;
	padding: 0px;
	
}

img {
padding: 0px;
margin: 0px;
}

#layer1 {
background: #000000 url(images/background.jpg);
width: 800px;
height: 900px;
border: #330099 thin double;
background-repeat: no-repeat;
background-position: center top;
vertical-align: top;
z-index: 10;

}


#headerlayer{
width: 800px;
height: 200px;
position: relative;
top: 0px;
left: 0px;
right: 0px;
z-index: 20;
}

img.logo {
width: 800px;
height: 170px;
}

#textlayer {
width: 700px;
height: 643px;
margin-top: 40px;
z-index: 20;
text-align: left;
}

#textwelcome{
background: url(images/welcome.png) no-repeat top center;
width: 350px;
height: 350px;
float: left;
position:relative;
top: 40px;
left: 20px;
z-index: 40;
border-top: 0px;
border-left: 1px #9900CC solid;
border-right: 1px #9900CC solid;
border-bottom: 1px #9900CC solid;
text-align: left;
}


#textannounce{
background: url(images/news.png) no-repeat top center;
width: 350px;
height: 350px;
float: right;
position: relative;
top: 40px;
right: 20px;
z-index: 40;
border-top: 0px;
border-left: 1px #9900CC solid;
border-right: 1px #9900CC solid;
border-bottom: 1px #9900CC solid;
text-align: left;
}


#textwarcraft{
background: url(images/azeroth.png) no-repeat top center;
width: 750px;
height: 200px;
float: left;
position: relative;
top: 90px;
left: 20px;
z-index: 40;
border-top: 0px;
border-left: 1px #9900CC solid;
border-right: 1px #9900CC solid;
border-bottom: 1px #9900CC solid;
text-align: left;
}


p.main {
margin: 5px;
margin-top: 40px;
}

p.second {
margin: 5px;
t
}

h1 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 18px;
color: #6633FF;
margin: 10px;
} 






#layer3 {
width: 300px;
height: 20px;
background: #000000;
border: #330099 thin double;
font-family: Arial, Helvetica, sans-serif;
font-style:italic;
font-size: 10pt;
color:#3300FF;
margin-top: 10px;
}

p.footer {
margin: 3px;
text-align: center;
color:#CCCCCC;
}

ol {
list-style: disc outside none;
} 

li {
margin-top: 5px;
}


a{
color: #CC33FF;
text-decoration: none;
}

a.visited {
color: #9933FF;
text-decoration: none;
}


a:hover{
color: #CC0000;
border-bottom: 1px solid #6600ff;
}

a.navbar{
text-decoration: none;
}
a.navbar:hover {
text-decoration: none;
border: none;
}
