@charset "UTF-8";
/* CSS Document */

body {
background-color: #000;
}

#container {
margin: 0 auto;
height: 500px;
width: 400px;
}

#brand {
background-image: url(images/Logo_Index.png);
height: 500px;
width: 400px;
float: left;
}