@CHARSET "UTF-8";

body {
background-color: red;
}

@media screen and (orientation:landscape)
{
body {
background-color: green;
}
}