﻿* { padding: 0; margin: 0; }

body { background-color: #000; font-family: Arial, Helvetica, sans-serif; }

div#container { width: 600px; margin: auto; text-align: center; }

h1#logo {
background-image: url(../images/charles-cilia-custom-guitars-australia.jpg);
background-repeat: no-repeat;
width: 500px;
height: 157px;
margin: auto;
margin-top: 80px;
}

h1#logo span {
display: block;
width: 0px;
height: 0px;
overflow: hidden;
}

h2 { color: #BBAB87; font-size: 18px; font-weight: normal; }

h2#soon { margin-bottom: 25px; font-weight: bold; font-size: 16px; }

h2#showroom { font-size: 12px; }

p { color: #FFF; font-size: 12px; margin-bottom: 16px; }

p span { color: #BBAB87; }

a:link, a:visited { color: #FFF; }

p#footer { color: #222; line-height: 1.4em; }