/* This CSS sheet defines the main layout of Capsellart.com parent pages */

/* Define general properties */

* {margin: 0;
padding: 0;
border-spacing: 0;
border: 0}

body {background-color: #000000;
background-image: url('../img/capse.jpg');
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
text-align: center}

/* Specify style classes */

.count {display: none}

.maintable {width: 100%;
height: 100%}

.empty {width: *;
height: *}

.menubr, .menuso {height: 30px;
text-align: center}

.menubr {vertical-align: top}

.menuso {vertical-align: bottom}

.button {width: 173px;
height: 25px;
text-align: center;
vertical-align: middle}

.mainframe, iframe {width: 860px;
height: 600px}

.mainframe {background: transparent;
background-image: url('../img/rim.png');
background-repeat: no-repeat;
background-position: center;
background-attachment: scroll;
padding: 5px}