#global { 
position:relative;

top: 160px;
width: 1024px;
height: 768px;
}

#container{
position:relative;
margin-left: auto;
margin-right:auto;
width:600px;
padding-bottom:250px;
}

#header{
position:relative;
top:40px;
left:0px;
width:252px;
height:144px;
z-index:1;
}

#links{
position:relative;
top:50px;
width: 1120px;
height: 20px;

}

#test{
height:200px;
width:800px;
background-color:red;
}

.border{
border-color:#999;
border-style:solid;
border:4px;
}

.noborder{
border-color:#999;
border-style:none;
border:0px;
}

.small_link{
font-size:14px;
}

.pdf{
position:relative;
margin: 0px 50px 0px 0px;
}

.padding_bottom{
padding: 0px 0px 18px 0px;
}