* {
border:0pt none;
margin:0pt auto;
padding:0pt;
}

html {
font-size:100.01%; 
} 

body {
color:#fafafa;
font-family:Calibri, Helvetica, Arial, sans-serif;
font-size:1em;
line-height:1.4;
background:#000 url('/swtor/background-bounty.jpg') no-repeat center top;
}

p {
	margin-bottom:20px;
}

a {
color: #BF0000;
text-decoration: none;
outline:none;
}

a:hover {
color: #222;
text-decoration: underline;
}

#header {
	background:#1a2d4e;
}

	#header-img {
		background: url('/media/img/header.jpg') no-repeat;
		height:500px;
		width:950px;
		margin:0px auto;
	}

#body {
	min-height:400px;
	width:950px;
	margin:0px auto;
	
}


#footer {
	background:#333;
	text-align:center;
	padding:2px;
}


input,textarea {
  border:1px solid #bbb;
  padding:10px;
  position:relative;
  background:#e9e9e9;
  margin-bottom:10px;