@charset "utf-8";

body {
     height:500px;
     background:#000;
     padding:0;
	 margin:0;
	 font-family: Helvetica, Arial, Sans-serif;
	 font-size:12pt;

	 
}
h1 { 
	 font-size:11pt;
	 color:#222;
}
#content{
     
}
#images{
	 text-align:center;
}
.title{
     margin:-755px 0 0 -130px;
	 text-align:center;
	 width:1024px;
}

a:link {}
a:visited {}
a:hover {
     color:#DB6A30;
     font-weight:normal;
}
a:active {}
a:link img{
     margin:5px;
	 border:0;
}
a:active img{}
a:visited img{
        border: 0;
}
a:hover img{}