/* bmac.css | brianmcallester */

body {
 background:#000000;
 color:#000000;
 font-family:arial,verdana,sans-serif;
 font-size:12px;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 }

a {
 color:#0000cc;
 font-weight:bold;
 text-decoration:none;
 }
 
a:hover {
 color:#cc0000;
 font-weight:bold;
 text-decoration:underline;
 }

h1 {
 font-weight:bold;
 font-size:20px;
 }

#container {
 background:#ffffff;
 width:760px;
 position:absolute;
 top:0px;
 left:0px;
 margin:0px 0px 0px 0px;
 padding:0px 0px 40px 0px;
 height:100%;
 }
 
#header {
 background:#ffffff url("video-juggling-kits-header.jpg") no-repeat;
 width:760px;
 height:100px;
 }

#header h1 {
 font-family:verdana,arial,sans-serif;
 font-size:20px;
 font-weight:bold;
 display:none;
 }

#main {
 background:#ffffff;
 text-align:center;
 }

#main img {
 border:1px solid #cccccc;
 }


