* {
    margin:0;
    padding:0;
}

p, ul {
    display: inline;
}

ul {
    list-style-type: none;
}

body {
    background-color: #3399FF;
    overflow-x: hidden; 
    overflow-y: hidden;
    font-family: Verdana;
    font-size: 45px;
	font-weight: bold;
	color: #ffffff;
}

#container{
	width: 980px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	padding: 140px 0 0 0;
}

#logo{
	background: url(PickMyBattles.png) no-repeat;
	background-size: 980px;
	height: 265px;
}

#tagline{
	text-align: center;
}