/* CSS Document */

body {
background-image:url(../images/bg.jpg);
background-position:top center;
background-repeat:repeat-x;
margin:0px;
padding:0px;
}
h1 {
font-size:1px;
color:#CCCCCC;
}
div.container {
position:absolute;
height:100%;
width:100%;
background-image:url(../images/graphic.jpg);
background-position:bottom center;
background-repeat:no-repeat;
}
div.container div.ideomedia {
position:relative;
width:155px;
height:51px;
margin-left:auto;
margin-right:auto;
top:30%;
margin-top:-51px;
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
}

