@charset "utf-8";
#header {
    font-family: arizonia;
    font-style: normal;
    font-weight: 400;
    font-size: xx-large;
    text-align: center;
}

#main {
    color: #FFFFFF;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: large;
}
#body {
	background-image: url(images/fabric-1.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
#imagetable {
    overflow-x: scroll;
    overflow-y: auto;
    text-align: center;
    border: medium groove #FFFFFF;

}
