

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

body {
    background-color: #000000;
    font-family: Palatino Linotype,Lucida, Lucida Bright,Georgia,Calisto MT,Trebuchet;
    font-size:100%; 
	color: #ffffff;	
}

#outer {
    position: relative;
    margin: 0 auto;
    width: 960px;
}

#logo {
	margin: 155px 0 0 287px;
}

#content{
	margin: 80px 0 0 375px;
} 

h1 {
	font-family: Trebuchet,Myriad, Myriad Pro,Helvetica, Arial;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 150%;
}

p {
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.08em;
	font-weight: normal;
}

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

a:hover {
	color: #666666;
}

