* {
margin: 0 0;
padding: 0 0;
}

body {
background: #121212;
color: #fff;
font-family:  "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
font-size: 62.5%;
}

#wrap {
width: 975px;
margin: 0 auto;
font-size: 1.2em;
line-height: 1.4em;
}

#flashContentwrap {
width: 975px;
height: 496px;
margin: 10px 0 0 0;
background: transparent url(../img/background.jpg) no-repeat;
}

#flashContent{
width: 940px;
height: 428px;
position: relative;
top: 40px;
left: 20px;
}

h1 {
text-indent: -4000px;
width: 224px;
height: 68px;
background: transparent url(../img/name.png) top center no-repeat;
}

.column {
width: 220px;
float: left;
margin: 0 31px 10px 0;
}

#first {
padding: 0 0 0 10px;
}

.column p {
padding: 0 0 .75em 0;
}

#contactColumn {
width: 210px;
float: right;
}

#contactColumn h2 {
text-indent: -4000px;
width: 154px;
height: 29px;
background: transparent url(../img/contact.png) no-repeat;
}

#contactColumn address {
padding: .25em 0;
font-style: normal;
font-size: 1.1em;
line-height: 1.5em;
}

#contactColumn address a {
color:#fff9af;
}

#contactColumn address a:hover {
color: #e1ffa7;
}

#copyright {
text-align: right;
font-size: .9em;
padding: 2.2em 0 10px 0;
clear: both;
}

