/*
 * Copyright (C) 2013 YesLogic Pty Ltd
 *
 * Distirbuted under the CC-Attribution 4.0 International license.
 */

html, body {
    margin: 0;
    padding: 0
}

.page{
page-break-before: always;
position: relative;
overflow: hidden;
width: 8.5in;
height: 10.5in;
font-family: arial, sans serif;
}

@page{
size: 8.5in 10.5in;
margin: 0;
background: url("catalogue-cover.jpg");
background-position: center;
background-size: 104%;
background-repeat: no-repeat;
marks: crop cross;
bleed: 0.25in;
prince-trim: 0.25in;
/*
*/
}

#cover p.webaddress{
color: white;
font-size: 14px;
position: absolute;
bottom: 0.1in;
right: 0.2in;
}

#cover p.extrainfo{
transform:rotate(-90deg);
color: white;
font-size: 12px;
position: absolute;
top: 1.1in;
left: -1in;
}

#cover .logo{
position: absolute;
right: 0.3in;
top: 0.15in;
}

#cover .title{
position: absolute;
bottom: 0.05in;
left: 0.15in;
}

#cover .title img{
width: 85%;
}

