html{
background-image: url(images/tile.jpg);
background-repeat: repeat-x, repeat-y;
}
a:link, a:visited {color:#006699;text-decoration:none;}
a:hover {color: #006699;text-decoration:underline;}
#wrapper{
width: 790px;
height: 100%;
margin-left: auto;
margin-right: auto;
}
#body{
width: 790px;
font-family: Arial, Helvetica, sans-serif;
padding: 0;
}
#header{
background-image: url(images/header.jpg);
background-repeat: no-repeat;
width: 790px;
height: 104px;
float: left;
}
#links{
float: left;
width: 790px;
height: 26px;
}
#main{
width: 790px;
height: 470px;
}
#tab{
background-image: url(images/tab.jpg);
background-repeat: no-repeat;
width: 790px;
height: 40px;
float: left;
}
#notebook{
background-image: url(images/newsNotepad.jpg);
background-repeat: no-repeat;
width: 255px;
height: 430px;
float: left;
}
#content{
background-image: url(images/content.jpg);
float: left;
width: 535px;
height: 430px;
}
#text{
padding: 44px 0 0 45px;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
}
#title{
padding: 40px 0 0 637px;
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
}
#type{
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
width: 474px;
height: 337px;
padding: 0 0 0 24px;
}
#copyright{
color:#FFFFFF;
padding: 64px 0 0 0;
}
#subtitle{
padding: 0 0 0 220px;
}
#colors{
padding: 0 0 0 60px;
}
#back{
padding: 80px 0 0 335px
}
